{ "info": { "author": "Max Mays", "author_email": "wmays@max-mays.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Games/Entertainment", "Topic :: Games/Entertainment :: Arcade" ], "description": "PYSTEROIDS\r\n==========\r\n\r\nPysteroids is a clone of the game Asteroids written in Python. Although\r\nI call it a clone, I might have added a few bells and whistles that weren't\r\nin the original (I'm not exactly sure what the original had).\r\n\r\nAlso, this is the first game I've finished to completion, so it may not\r\nbe the best. I did work hard on it, so hopefully you'll have fun with it!\r\nIf not, oh well.\r\n\r\nDependencies\r\n------------\r\nPysteroids depends on the following libraries:\r\n \r\n- NumPy >= 1.7.1\r\n\r\n- Pyglet > 1.4.1 (specifically, 1.2alpha1)\r\n\r\nYou also need `OpenAL`_ or `AVBin`_ installed for audio.\r\n\r\nWhen installing, setuptools should pull Numpy and Pyglet down automatically\r\n(But not OpenAL or AVBin). It will\r\npull the Pyglet alpha from its `development site`_.\r\nThe PyPI version of Pyglet (1.4.1) doesn't include a patch which fixes some `issues with pyglet not initializing`_.\r\nNot all users may have this issue, but Pyglet 1.2alpha1 seems to be stable and SHOULD\r\nwork for everyone. If not, you can change the dependency in setup.py and try the stable version.\r\nUnfortunately, Pyglet development seems to be at a standstill, so this is the best option\r\nI could come up with.\r\n\r\nControls\r\n--------\r\n\r\n- W: Move ship forward\r\n \r\n- A/D: Rotate ship\r\n \r\n- Space: Fire\r\n \r\n- Shift: Teleport \r\n\r\nLicense\r\n-------\r\nPysteroids is copyrighted under the MIT license. A copy of it should be included in the source\r\ndistribution, in a file called LICENSE.txt. You can get more info there. The source code at\r\nGithub also has the license.\r\n\r\nSource\r\n------\r\nYou can find the source code in full at https://github.com/Cheeser12/pysteroids\r\n\r\n.. _development site: http://code.google.com/p/pyglet/downloads/list?q=1.2alpha1\r\n.. _issues with pyglet not initializing: https://code.google.com/p/pyglet/issues/detail?id=456\r\n.. _OpenAL: https://en.wikipedia.org/wiki/OpenAL\r\n.. _AVBin: http://avbin.github.io/AVbin/Home/Home.html", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Cheeser12/pysteroids", "keywords": "game asteroids", "license": "MIT", "maintainer": "Max Mays", "maintainer_email": "wmays@max-mays.com", "name": "pysteroids", "package_url": "https://pypi.org/project/pysteroids/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pysteroids/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Cheeser12/pysteroids" }, "release_url": "https://pypi.org/project/pysteroids/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "A clone of the game Asteroids, with some extra bells and whistles", "version": "1.0.1" }, "last_serial": 860074, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "843b9ef6d83674448a617f2da0f818bc", "sha256": "1037077e5b62be16eec4521468cea32e78795b29a3ae2c403bb12db71676be75" }, "downloads": -1, "filename": "pysteroids-1.0.tar.gz", "has_sig": false, "md5_digest": "843b9ef6d83674448a617f2da0f818bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 369998, "upload_time": "2013-08-26T02:23:44", "url": "https://files.pythonhosted.org/packages/b0/10/930c8d03f02e141487f6beedf4bf302678a07d8e081852e41ad00dca4074/pysteroids-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6a3c18efe46f8df3bc201817ab6f971f", "sha256": "16edaa2bd95bebe150597fed4af6c41eb062f793b964c131cc578e4b8dc29d25" }, "downloads": -1, "filename": "pysteroids-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6a3c18efe46f8df3bc201817ab6f971f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 369041, "upload_time": "2013-09-08T15:13:50", "url": "https://files.pythonhosted.org/packages/3c/8e/2c2a86dd24d68bb4041b33ef695ea75a09270bde585652ed841c889a6df9/pysteroids-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6a3c18efe46f8df3bc201817ab6f971f", "sha256": "16edaa2bd95bebe150597fed4af6c41eb062f793b964c131cc578e4b8dc29d25" }, "downloads": -1, "filename": "pysteroids-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6a3c18efe46f8df3bc201817ab6f971f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 369041, "upload_time": "2013-09-08T15:13:50", "url": "https://files.pythonhosted.org/packages/3c/8e/2c2a86dd24d68bb4041b33ef695ea75a09270bde585652ed841c889a6df9/pysteroids-1.0.1.tar.gz" } ] }