{ "info": { "author": "Fazle Rahat", "author_email": "fr.rahat@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "# Nani Fighter\n\n\n\nNani Fighter is a simple game made with python and pygame. Currently It has two versions:\n* Nani Fighter : The Beginning\n* Nani Fighter : The Second Visit\n\nThe first one is easier where the latter one is more difficult and has more enemy characters. These versions are compatible with both python2 and python3. \n\n### Installation\nUsing pip :\n\n```pip install nani_fighter```\n\n### Running The Game\nAdd the following code to a python (.py) file and run it.\n```python\n# importing two versions of the game\nfrom nani_fighter import the_beginning, the_second_visit\n\n# follwing line of code will start the 'Nani Fighter : The Beginning'\nthe_beginning.run()\n\n# follwing line of code will start the 'Nani Fighter : The Second Visit'\nthe_second_visit.run()\n\n```", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/frrahat/Nani-Fighter/archive/1.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/frrahat/Nani-Fighter", "keywords": "game,school,shooting", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "nani-fighter", "package_url": "https://pypi.org/project/nani-fighter/", "platform": "", "project_url": "https://pypi.org/project/nani-fighter/", "project_urls": { "Download": "https://github.com/frrahat/Nani-Fighter/archive/1.2.tar.gz", "Homepage": "https://github.com/frrahat/Nani-Fighter" }, "release_url": "https://pypi.org/project/nani-fighter/1.2/", "requires_dist": null, "requires_python": "", "summary": "A Simple Game", "version": "1.2" }, "last_serial": 3405839, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "411493c320bf8f70826ac3db25c251a2", "sha256": "1d0271c995fee588e4ce990df85d17c0a90586f3dd7d050191e0a69482b3a644" }, "downloads": -1, "filename": "nani_fighter-1.2.tar.gz", "has_sig": false, "md5_digest": "411493c320bf8f70826ac3db25c251a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1456434, "upload_time": "2017-12-10T18:14:48", "url": "https://files.pythonhosted.org/packages/35/a5/07552d1139a78dd23ae0837a1ad52d7fcc167bdf53111a01c578d11348ef/nani_fighter-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "411493c320bf8f70826ac3db25c251a2", "sha256": "1d0271c995fee588e4ce990df85d17c0a90586f3dd7d050191e0a69482b3a644" }, "downloads": -1, "filename": "nani_fighter-1.2.tar.gz", "has_sig": false, "md5_digest": "411493c320bf8f70826ac3db25c251a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1456434, "upload_time": "2017-12-10T18:14:48", "url": "https://files.pythonhosted.org/packages/35/a5/07552d1139a78dd23ae0837a1ad52d7fcc167bdf53111a01c578d11348ef/nani_fighter-1.2.tar.gz" } ] }