{ "info": { "author": "stuntcat team", "author_email": "stuntcat@pygame.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Games/Entertainment :: Arcade", "Topic :: Software Development :: Libraries :: pygame" ], "description": "\n\n# \ud83d\udc31\u200d\ud83c\udfcd \u2014 the first pygame 2 community game. Starting now! Are you in?\n\n\n\"My first cat was named Speedy. Because when he went into one of those crazy dashes across the house, he'd run all along the backrest of the couch, like one of those motorcycle stuntperson.\nOn a near-vertical surface.\"\n\n* repo: [https://github.com/pygame/stuntcat](https://github.com/pygame/stuntcat)\n* [discord web chat](https://discordapp.com/invite/r8yreB6) #communitygame channel.\n\n\nTo help drive pygame 2 development, we are making a game with pygame 2.\n\nThe whole pygame community is invited to take part. In making this one game. In 4 days.\n\n[More info here](https://renesd.blogspot.com/2018/11/first-pygame-2-community-game-starting.html)\n\n\n\n## Get started.\n\n```\npython3 -m venv venv\n. ./venv/bin/activate\npip install -r requirements.dev.txt\npython run_game.py\n```\n\n\n## The team.\n\n* bitcraft - \"I hope I can contribute, but my work schedule is awful\". pyscroll, pytmx libraries.\n\n* blubberquark - \"Anyway, I would love to work on some kind of async networking or server features\nTwitch/IRC integration, leaderboards, Discord...\"\"\n\n* Bottersnake - sn\u00e4ke library. \"In fact, I have a a load of frees today so I'll probably whip up all the boilerplate needed to make everything else quicker to write.\"\n\n* claudeb - \"My first cat was named Speedy. Because when he went into one of those crazy dashes across the house\"\n\n* dirk0 - \"Unfortunately I am terribly busy right now, but I could contribute music and Mac OSX compilation/testing, if needed.\"\n\n* illume - fixes to pygame 2, any general thing that needs doing.\n\n* Kuba | ThePolish - \"pm me if you need sfx and/or music\"\n\n* TJWhale - \"Hey, I'm interested in helping with this community game if I can :) I've got some experience with pygame, I actually lanched a game on steam with it\"\n\n* *** - writing\n\n* hfoxp - \"Im interested in helping. Im still learning pygame but I would still love to be involved. Will be fun and a good learning experience\"\n\n* xeno - I tried drawing a cat, it looks weird.\n\n\n\n\n## Awesome libraries\n\nApart from pygame 2 we are going to try using some awesome libraries.\n\n* [pyscroll](https://github.com/bitcraft/pyscroll) - scrolling map\n* [pytmx](https://github.com/bitcraft/pytmx) - tilemap\n* [thorpy](http://www.thorpy.org/) - gui\n* [pymunk](http://www.pymunk.org/en/latest/) - physics\n* [sn\u00e4ke](https://pypi.org/project/pygame.snake/) - cleaner api\n* [pyinstaller](https://www.pyinstaller.org/)\n* [pytest](https://docs.pytest.org/en/latest/) - our game will have some tests.\n* ... other?\n\n\n## pygame 2 compilation\n\nThe game should also work with pygame 1.9.4+, but this game is about using pygame 2.\n\nSo...\n\nFor now compiling pygame 2 from source is needed (hopefully not by the end of things).\n\n- [Ubuntu](http://www.pygame.org/wiki/CompileUbuntu#pygame%20with%20sdl2%20(alpha))\n- [Mac](https://www.pygame.org/wiki/MacCompile#pygame%20with%20sdl2)\n- [Windows](https://www.pygame.org/wiki/CompileWindows) (incomplete instructions)\n\n\n### Running tests.\n\nTests can be found in the tests/ folder.\n\nType `pytest`.\nOr run `python -m tox`\n\nTests are run on mac, linux, windows when there is a pull request made.\n\n### releasing\n\nReleasing is tested with python3.7(not python2 or any other version).\n\nTo the python package index (pypi).\n```\nrm -rf dist/*\npython setup.py sdist bdist_wheel\ntwine upload dist/*\n```\n\nOn windows:\n```\npython setup.py bdist_msi\ndir build/*.msi\n```\n\nOn mac:\n```\npython setup.py bdist_dmg\nls build/*.dmg\n```\n\n### Making gif.\n\nUncomment the game.py line. Then press g to start recording, g to stop.\n```python\n # self.gifmaker = GifMaker()\n```\n\nRequires imagemagic tested on OSX, probably works on linux.\n\n\n## Licenses\n\n#### Code license\n\nLicense for code will be the same as the pygame license (LGPL, but you can keep your parts of course!)\n\n\n#### Art assets\n\nhttps://creativecommons.org/licenses/by-sa/4.0/\nhttps://creativecommons.org/2015/10/08/cc-by-sa-4-0-now-one-way-compatible-with-gplv3/\n\n- @AokiAhishatsu stuntcat/data/images/\n- @dirkk0 stuntcat/data/sounds/ict_0026.ogg\n- M. other stuntcat/data/sounds/\n\nSo technically anyone should be able to distribute the game following those licenses (and even sell it).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pygame/stuntcat", "keywords": "", "license": "LGPL", "maintainer": "stuntcat team", "maintainer_email": "stuntcat@pygame.org", "name": "stuntcat", "package_url": "https://pypi.org/project/stuntcat/", "platform": "", "project_url": "https://pypi.org/project/stuntcat/", "project_urls": { "Homepage": "https://github.com/pygame/stuntcat" }, "release_url": "https://pypi.org/project/stuntcat/0.0.13/", "requires_dist": [ "pygame", "pyscroll", "pytmx", "thorpy", "pymunk (>=5.4.1) ; sys_platform != \"win32\"", "pymunk (==5.4.0) ; sys_platform == \"win32\"" ], "requires_python": "", "summary": "Stuntcat is the first pygame 2 community game.", "version": "0.0.13" }, "last_serial": 4665177, "releases": { "0.0.1.dev0": [ { "comment_text": "", "digests": { "md5": "e74b075c3f3670a58819ae8f5fd0923b", "sha256": "87680eb43cd0d368d741193a3b59e7cf32da5e5821e9fd2adc9393e174a4262e" }, "downloads": -1, "filename": "stuntcat-0.0.1.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e74b075c3f3670a58819ae8f5fd0923b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12490, "upload_time": "2018-11-28T12:23:30", "url": "https://files.pythonhosted.org/packages/7c/7a/014cd7d2e6881f6035f63454c0a6628586f67fdf0f0c88d344f091f141e2/stuntcat-0.0.1.dev0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "615a5c4e14064a5fbf6c1115576b2a17", "sha256": "e34001430c11ac3bbe54c5b779d9151f6d9bcf6987434783615171fa60e73325" }, "downloads": -1, "filename": "stuntcat-0.0.1.dev0.tar.gz", "has_sig": false, "md5_digest": "615a5c4e14064a5fbf6c1115576b2a17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18269, "upload_time": "2018-11-28T12:23:33", "url": "https://files.pythonhosted.org/packages/b4/63/88f88ad8f062819cbd150bc9dfc0e8083a538426b2b6ca9180c61be2aa7c/stuntcat-0.0.1.dev0.tar.gz" } ], "0.0.1.dev1": [ { "comment_text": "", "digests": { "md5": "cecc41e6afcf3d1fc3f793c676134248", "sha256": "e8f6369d0bf50cc994a3d671b545b940bbca0c8809490fbf9f84bd1b369c25e6" }, "downloads": -1, "filename": "stuntcat-0.0.1.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cecc41e6afcf3d1fc3f793c676134248", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15808, "upload_time": "2018-11-28T12:33:12", "url": "https://files.pythonhosted.org/packages/4a/58/c8e37209a94c8ec4c8228d9ee5ae82f9747a7ba4260301ef4373cc68205e/stuntcat-0.0.1.dev1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "13b5d257538d808da6b872162540e674", "sha256": "e121583068f165b0bbd09e017d99cd35638605bfabf149bd18549850fafb511c" }, "downloads": -1, "filename": "stuntcat-0.0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "13b5d257538d808da6b872162540e674", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16808, "upload_time": "2018-11-28T12:33:27", "url": "https://files.pythonhosted.org/packages/af/bb/3bcb86a3c10b3632fde4a10b43fafeea999e59247237aed595f4af1cce01/stuntcat-0.0.1.dev1.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "0bea55b3cbee03148b2fb1ebd4912e77", "sha256": "d1249acdd1e7c34f7cebe6d1fc9367ae52022ba40058cc0f5a5bfb468af87e62" }, "downloads": -1, "filename": "stuntcat-0.0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0bea55b3cbee03148b2fb1ebd4912e77", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3119993, "upload_time": "2018-12-05T21:19:30", "url": "https://files.pythonhosted.org/packages/8d/99/d17e02de7ca4803b7232c16f489bc2f3c44bb97f09489a88dabb3e674cf8/stuntcat-0.0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9b026f9c0a63c48bf5fb1d98a4742f62", "sha256": "fee9811212f579d20316bac4909467e16a64a5150b88be3446800ecb2921d8f0" }, "downloads": -1, "filename": "stuntcat-0.0.11.tar.gz", "has_sig": false, "md5_digest": "9b026f9c0a63c48bf5fb1d98a4742f62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3083707, "upload_time": "2018-12-05T21:19:36", "url": "https://files.pythonhosted.org/packages/3a/97/febe80361b1259be788aa40f7c07bcb9ac38cb891b15098b60f4234e6aad/stuntcat-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "a2ae4896bfa363a92bfca5b47b2f37c1", "sha256": "53717cc6f361938f0e17fde0caf058f3c5e4f91e24dc23ba94c0d60b2105c52a" }, "downloads": -1, "filename": "stuntcat-0.0.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a2ae4896bfa363a92bfca5b47b2f37c1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3119993, "upload_time": "2018-12-09T21:02:47", "url": "https://files.pythonhosted.org/packages/32/ff/8573d55393704494cd4e4ff62a85e55f9496c9e803f3f273c44604d2a3b2/stuntcat-0.0.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb125cb54020be6ea93a63233dca4533", "sha256": "d21b8a0832524e8c69a3e7f6aaf155fdd02aee52d82c955f6f7d728f534d7815" }, "downloads": -1, "filename": "stuntcat-0.0.12.tar.gz", "has_sig": false, "md5_digest": "cb125cb54020be6ea93a63233dca4533", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3083803, "upload_time": "2018-12-09T21:03:04", "url": "https://files.pythonhosted.org/packages/3e/0c/a0576c897c5b1e3a229511dc115abe5fddd08c4c9dcf86da42139d89d02e/stuntcat-0.0.12.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "abe084f0bde67ce573af22b85ed3769b", "sha256": "879bf7117b167c604819274e0af3900bafa145d5eab58415c437e21b074a3862" }, "downloads": -1, "filename": "stuntcat-0.0.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "abe084f0bde67ce573af22b85ed3769b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3120334, "upload_time": "2019-01-06T08:23:17", "url": "https://files.pythonhosted.org/packages/f2/5f/e9dc3b97689d42621a97f7d31d739082848afcec96f692a3dc20d203cb04/stuntcat-0.0.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3864150f45e654fa5008136193f53916", "sha256": "10441a1450eb6138d484e25d745d2f083dca4684b11bf7e9ce197ee2d8e89ff4" }, "downloads": -1, "filename": "stuntcat-0.0.13.tar.gz", "has_sig": false, "md5_digest": "3864150f45e654fa5008136193f53916", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3084174, "upload_time": "2019-01-06T08:23:27", "url": "https://files.pythonhosted.org/packages/57/83/fe78cf76915473c94ef4e6d845737aad197fb64883414c0282f443008c37/stuntcat-0.0.13.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "607ea889ffbc0f6e40237f15a1155ef7", "sha256": "38082ef7cacafda5aab93d16cdc44861bbfb70717c5535cd49a735648e451f62" }, "downloads": -1, "filename": "stuntcat-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "607ea889ffbc0f6e40237f15a1155ef7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15736, "upload_time": "2018-11-28T12:37:58", "url": "https://files.pythonhosted.org/packages/91/e4/2854ac1b6e55ca440a61cb9a84884bf89dbec1a28d0884c5b6d20347eab6/stuntcat-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f8bed720139ddcee07b8c45ca4d547b2", "sha256": "66f3467c436c1617f3baa6d6f31c6959885043e70a8622a43b47c9df7f8233f1" }, "downloads": -1, "filename": "stuntcat-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f8bed720139ddcee07b8c45ca4d547b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15053, "upload_time": "2018-11-28T12:38:00", "url": "https://files.pythonhosted.org/packages/37/0a/50324367daec1d6923fadcb2d8d1fbd7d6da73090c04ecb729009c2f85b7/stuntcat-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "e31edf5f611c20ed9fa054e06fb30836", "sha256": "b9214f4a0a42eb6fc9341cb637424acdb6160aabebf4dfc27efc9e5028329000" }, "downloads": -1, "filename": "stuntcat-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e31edf5f611c20ed9fa054e06fb30836", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15985, "upload_time": "2018-11-28T12:45:21", "url": "https://files.pythonhosted.org/packages/bd/1c/a44a31a226236e4994ab583357ae8c60a2ae444982c21ed643b1230a744a/stuntcat-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "090d6e4e44a00d9e310d53c4bee75111", "sha256": "cb46b08d147b0ea45fc53230f38b96a47529f5fbfb2319486e84be393f45de14" }, "downloads": -1, "filename": "stuntcat-0.0.3.tar.gz", "has_sig": false, "md5_digest": "090d6e4e44a00d9e310d53c4bee75111", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16874, "upload_time": "2018-11-28T12:45:22", "url": "https://files.pythonhosted.org/packages/3e/ac/765e4f4f9ad6ccbcf47eb1e27cb106efb095c1c9fa875bb2ce825588d1e7/stuntcat-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "c979c6b571d510fc0e6cc54b0a329664", "sha256": "efb5abed48c7388e4088c472944705981b4e8b58641c4ce1ef91940d07ceeaa6" }, "downloads": -1, "filename": "stuntcat-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c979c6b571d510fc0e6cc54b0a329664", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15989, "upload_time": "2018-11-28T12:48:47", "url": "https://files.pythonhosted.org/packages/c9/c4/44ab37cc6a7557b169db19fbed089fac9190a68c19f0a35f6f27f65cfd1f/stuntcat-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "937a552ffd421443f2e935c73ef56bf2", "sha256": "483699a24cde33bd770308d1c46afd2e4e9ef94d2731cede69f8c53cb6e67f78" }, "downloads": -1, "filename": "stuntcat-0.0.4.tar.gz", "has_sig": false, "md5_digest": "937a552ffd421443f2e935c73ef56bf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16870, "upload_time": "2018-11-28T12:48:49", "url": "https://files.pythonhosted.org/packages/ce/27/3f52a26eb50cf84685c3237ce043e16069e7ae2c9064ce8492d5a1736d55/stuntcat-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "db21310e90b9dc23fc8e8083e755b02b", "sha256": "202d7d72057d54f17a771de78e15de89461d2e0ebcb48d6bfbbaf600bae1fc4b" }, "downloads": -1, "filename": "stuntcat-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "db21310e90b9dc23fc8e8083e755b02b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15987, "upload_time": "2018-11-28T12:51:18", "url": "https://files.pythonhosted.org/packages/5e/ec/be1d9f70e51fe2b5ddbbcbf5e7864578a03d6d0996a6afc29b7af2236cd2/stuntcat-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8a89d96cd1d24de5bcb77f3d18b1f303", "sha256": "3c55413c4a672c60bf7dc3f01ebad2bc73348aebd1065d38a7c5998536381f77" }, "downloads": -1, "filename": "stuntcat-0.0.5.tar.gz", "has_sig": false, "md5_digest": "8a89d96cd1d24de5bcb77f3d18b1f303", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16867, "upload_time": "2018-11-28T12:51:20", "url": "https://files.pythonhosted.org/packages/08/85/b4b7572d786ef7264ce45174e7cc0b5c3b5a219dc93b22ba8a33377b4c3d/stuntcat-0.0.5.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "15db975dc27aa1bb07d264a0e402ff81", "sha256": "37d00f8414685ecdaf94e53c97f6cae17506294d7b15bf2adc5a8b26dc176b12" }, "downloads": -1, "filename": "stuntcat-0.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "15db975dc27aa1bb07d264a0e402ff81", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2992690, "upload_time": "2018-12-01T21:08:44", "url": "https://files.pythonhosted.org/packages/74/c5/c063c8c2ff77af5f0813e01e312a066971d4722ee4dcb06b2b7c132cb628/stuntcat-0.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7fe9b6cb8d8fa535215bd9e95fe9efc", "sha256": "ba228f928248b5869d50fe1df6fec706fa3416e5e8151e308066052f5f6ce67a" }, "downloads": -1, "filename": "stuntcat-0.0.7.tar.gz", "has_sig": false, "md5_digest": "a7fe9b6cb8d8fa535215bd9e95fe9efc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2950965, "upload_time": "2018-12-01T21:08:49", "url": "https://files.pythonhosted.org/packages/92/fc/734f847ccdf143f9f84d535b2899edc0d9fb1a89c9ce3a1f3511a7b89f5a/stuntcat-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "abe084f0bde67ce573af22b85ed3769b", "sha256": "879bf7117b167c604819274e0af3900bafa145d5eab58415c437e21b074a3862" }, "downloads": -1, "filename": "stuntcat-0.0.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "abe084f0bde67ce573af22b85ed3769b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3120334, "upload_time": "2019-01-06T08:23:17", "url": "https://files.pythonhosted.org/packages/f2/5f/e9dc3b97689d42621a97f7d31d739082848afcec96f692a3dc20d203cb04/stuntcat-0.0.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3864150f45e654fa5008136193f53916", "sha256": "10441a1450eb6138d484e25d745d2f083dca4684b11bf7e9ce197ee2d8e89ff4" }, "downloads": -1, "filename": "stuntcat-0.0.13.tar.gz", "has_sig": false, "md5_digest": "3864150f45e654fa5008136193f53916", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3084174, "upload_time": "2019-01-06T08:23:27", "url": "https://files.pythonhosted.org/packages/57/83/fe78cf76915473c94ef4e6d845737aad197fb64883414c0282f443008c37/stuntcat-0.0.13.tar.gz" } ] }