{ "info": { "author": "J\u00f3hann T. Mar\u00edusson", "author_email": "jtm@robot.is", "bugtrack_url": null, "classifiers": [], "description": "===========\n\nRLFL. RogueLike Function Library\n\n===========\n\nVersion 2.3\n\nThis is a collection of functions for roguelike games for use with the python programming language. FOV, \npathfinding, projection, LOS and various helper functions. This is here to aid me in my hobby to create\na python roguelike. The aim is to build on alot more AI and fun stuff.\n\nThere are a number of examples in the examples directory.\n\nThis is not a display library and contains no display functions.\n\nDocumentation available here:\n\n\thttp://packages.python.org/rlfl/index.html\n\nInstallation\n============\n\n\tpython3 setup.py install\nOR\n\tpython setup.py install\n\nThen \n\timport rlfl\n\nCompile instructions (makefile).\n--------------------------------\n\ncreate a makefile (see makefile_32x or makefile_64x examples) and simply `make rlfl-python`. To use\nwith python place the `rlfl.so` file in your python path and `import rlfl`. Make sure to specify \nthe python lib version you wish to compile against. Currently tested against python2.7 and \npython3.2\n\nYou will need python development headers installed\n\nRLF can be built into a c lib without python support with `make rlfl`.\n\nThis code has not been tested on windows.\n\nCredit list\n===========\n\nThe code here is a collection of fragments and inspirations from various roguelikes, libraries and other \nsources, adapted or modified, including but not limited to:\n\n* Angband\t\thttp://rephial.org/\n* T.O.M.E\t\thttp://te4.org/download\n* libtcod\t\thttp://doryen.eptalys.net/libtcod/\n* hengband\t\thttp://hengband.sourceforge.jp/en/\n* roguebasin\t\thttp://roguebasin.roguelikedevelopment.org\n* Brogue\t\thttp://sites.google.com/site/broguegame/\t\n\nIf you feel you should be mentioned, please drop me a line. \n", "description_content_type": null, "docs_url": "https://pythonhosted.org/rlfl/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/robotis/rlfl", "keywords": "game,roguelike", "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "rlfl", "package_url": "https://pypi.org/project/rlfl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rlfl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/robotis/rlfl" }, "release_url": "https://pypi.org/project/rlfl/2.3/", "requires_dist": null, "requires_python": null, "summary": "Roguelike Function Library.", "version": "2.3" }, "last_serial": 798985, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "1c345a1c23a9df893a2b2ed51ba1f087", "sha256": "55b945f2fe9f24a943fb007d2e65a56a8a2f18030ab76a1838ce326536e8483e" }, "downloads": -1, "filename": "rlfl-1.0.tar.gz", "has_sig": false, "md5_digest": "1c345a1c23a9df893a2b2ed51ba1f087", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27872, "upload_time": "2011-07-15T12:12:01", "url": "https://files.pythonhosted.org/packages/96/9f/b391a9704d04107fd001938be508bd96d9ea863df46d0bc7fff1fbc9033f/rlfl-1.0.tar.gz" } ], "2.0": [], "2.1": [], "2.2": [], "2.3": [ { "comment_text": "", "digests": { "md5": "5dcb603c396335c40add180986a88401", "sha256": "8c4585913e7f4fb69d46a10d0569209501011d9d51e2956d4b0be928f98a6ff6" }, "downloads": -1, "filename": "rlfl-2.3.tar.gz", "has_sig": false, "md5_digest": "5dcb603c396335c40add180986a88401", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56464, "upload_time": "2012-01-28T18:54:36", "url": "https://files.pythonhosted.org/packages/e8/0f/6e08342b97719bb978c36b95e77fc28d51fc9e150d7270965f8eb40d5b7f/rlfl-2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5dcb603c396335c40add180986a88401", "sha256": "8c4585913e7f4fb69d46a10d0569209501011d9d51e2956d4b0be928f98a6ff6" }, "downloads": -1, "filename": "rlfl-2.3.tar.gz", "has_sig": false, "md5_digest": "5dcb603c396335c40add180986a88401", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56464, "upload_time": "2012-01-28T18:54:36", "url": "https://files.pythonhosted.org/packages/e8/0f/6e08342b97719bb978c36b95e77fc28d51fc9e150d7270965f8eb40d5b7f/rlfl-2.3.tar.gz" } ] }