{"id":17013021,"url":"https://github.com/alphamode/pygame","last_synced_at":"2026-04-14T15:31:43.429Z","repository":{"id":132585322,"uuid":"172177654","full_name":"AlphaMode/pygame","owner":"AlphaMode","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-24T01:34:27.000Z","size":11884,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-13T12:50:09.148Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlphaMode.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-23T05:58:38.000Z","updated_at":"2019-02-24T01:34:36.000Z","dependencies_parsed_at":"2023-06-26T02:08:27.471Z","dependency_job_id":null,"html_url":"https://github.com/AlphaMode/pygame","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/AlphaMode/pygame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaMode%2Fpygame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaMode%2Fpygame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaMode%2Fpygame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaMode%2Fpygame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlphaMode","download_url":"https://codeload.github.com/AlphaMode/pygame/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaMode%2Fpygame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T06:12:02.556Z","updated_at":"2026-04-14T15:31:43.414Z","avatar_url":"https://github.com/AlphaMode.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\nAbout pygame\n============\n\n     Pygame, the library is cross-platfrom and designed to make it easy to\n     write multimedia software, such as games, in Python. Pygame\n     requires the Python language and SDL multimedia library. It can\n     also make use of several other popular libraries.\n\n     https://www.pygame.org\n\n     We need your help to make pygame the best it can be! https://www.pygame.org/contribute.html\n\n|TravisBuild|_ |AppVeyorBuild|_ |LaunchpadBuild|_ |PyPiVersion|_ |PyPiLicense|_ |Python2| |Python3| |GithubCommits|_\n\nInstallation\n============\n\n     pip install pygame\n\n     You should definitely begin by installing a binary package for your\n     system. The binary packages usually come with or give the\n     information needed for dependencies. Choose an appropriate\n     installer for your system and version of python from the pygame\n     downloads page. https://www.pygame.org/download.shtml\n\n     Installing from source is fairly automated. The most work will\n     involve compiling and installing all the pygame dependencies. Once\n     that is done run the \"setup.py\" script which will attempt to\n     auto-configure, build, and install pygame.\n\n     Much more information about installing and compiling is available\n     in the install.html file and at https://www.pygame.org/wiki/Compilation\n\nHelp\n====\n\n     If you are just getting started with pygame, you should be able to\n     get started fairly quickly. Pygame comes with many tutorials and\n     introductions. There is also full reference documentation for the\n     entire library. Browse the documentation from the documenantation\n     index. docs/index.html.\n\n     On the pygame website, there is also an online copy of this\n     documentation. You should know that the online documentation stays\n     up to date with the development version of pygame in hg. This may\n     be a bit newer than the version of pygame you are using.\n\n     Best of all the examples directory has many playable small programs\n     which can get started playing with the code right away.\n\nCredits\n=======\n\n\n     Thanks to everyone who has helped contribute to this library.\n     Special thanks are also in order.\n\n\n     Marcus Von Appen - many changes, and fixes, 1.7.1+ freebsd maintainer.\n\n     Lenard Lindstrom - the 1.8+ windows maintainer, many changes, and fixes.\n\n     Brian Fisher - for svn auto builder, bug tracker and many contributions.\n\n     Rene Dudfield - many changes, and fixes, 1.7+ release manager/maintainer.\n\n     Phil Hassey - for his work on the pygame.org website.\n\n     DR0ID for his work on the sprite module.\n\n     Richard Goedeken for his smoothscale function.\n\n     Ulf Ekström for his pixel perfect collision detection code.\n\n     Pete Shinners - original author.\n\n     David Clark - for filling the right-hand-man position\n\n     Ed Boraas and Francis Irving - Debian packages\n\n     Maxim Sobolev - FreeBSD packaging\n\n     Bob Ippolito - MacOS and OS X porting (much work!)\n\n     Jan Ekhol, Ray Kelm, and Peter Nicolai - putting up with my early\n     design ideas\n\n     Nat Pryce for starting our unit tests\n\n     Dan Richter for documentation work\n\n     TheCorruptor for his incredible logos and graphics\n\n     Nicholas Dudfield - many test improvements.\n\n     Alex Folkner - for pygame-ctypes\n\n     Thanks to those sending in patches and fixes: Niki Spahiev, Gordon\n     Tyler, Nathaniel Pryce, Dave Wallace, John Popplewell, Michael Urman,\n     Andrew Straw, Michael Hudson, Ole Martin Bjoerndalen, Herve Cauwelier,\n     James Mazer, Lalo Martins, Timothy Stranex, Chad Lester, Matthias\n     Spiller, Bo Jangeborg, Dmitry Borisov, Campbell Barton, Diego Essaya,\n     Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber\n     Matthew L Daniel, Nirav Patel, Forrest Voight, Charlie Nolan,\n     Frankie Robertson, John Krukoff, Lorenz Quack, Nick Irvine,\n     Michael George, Saul Spatz, Thomas Ibbotson, Tom Rothamel, Evan Kroske,\n     Cambell Barton.\n\n     And our bug hunters above and beyond: Angus, Guillaume Proux, Frank\n     Raiser, Austin Henry, Kaweh Kazemi, Arturo Aldama, Mike Mulcheck,\n     Michael Benfield, David Lau\n\n     There's many more folks out there who've submitted helpful ideas, kept\n     this project going, and basically made my life easier. Thanks!\n\n     Many thank you's for people making documentation comments, and adding to the\n     pygame.org wiki.\n\n     Also many thanks for people creating games and putting them on the\n     pygame.org website for others to learn from and enjoy.\n\n     Lots of thanks to James Paige for hosting the pygame bugzilla.\n\n     Also a big thanks to Roger Dingledine and the crew at SEUL.ORG for our\n     excellent hosting.\n\nDependencies\n============\n\n     Pygame is obviously strongly dependent on SDL and Python. It also\n     links to and embeds several other smaller libraries. The font\n     module relies on SDL_tff, which is dependent on freetype. The mixer\n     (and mixer.music) modules depend on SDL_mixer. The image module\n     depends on SDL_image, which also can use libjpeg and libpng. The\n     transform module has an embedded version of SDL_rotozoom for its\n     own rotozoom function. The surfarray module requires the python\n     numpy package for its multidimensional numeric arrays.\n     Dependency versions:\n\n     * Python \u003e= 2.7 or PyPy \u003e= 6.0.0 (and pypy3)\n     * SDL \u003e= 1.2.15\n     * SDL_mixer \u003e= 1.2.13\n     * SDL_image \u003e= 1.2.12\n     * SDL_tff \u003e= 2.0.11\n     * SDL_gfx (optional, vendored in)\n     * NumPy \u003e= 1.6.2 (optional)\n\n\nContribute\n==========\n\n     https://www.pygame.org/contribute.html\n\nLicense\n=======\n\n     This library is distributed under GNU LGPL version 2.1, which can\n     be found in the file \"doc/LGPL\". I reserve the right to place\n     future versions of this library under a different license.\n     https://www.gnu.org/copyleft/lesser.html\n\n     This basically means you can use pygame in any project you want,\n     but if you make any changes or additions to pygame itself, those\n     must be released with a compatible license (preferably submitted\n     back to the pygame project). Closed source and commercial games are\n     fine.\n\n     The programs in the \"examples\" subdirectory are in the public\n     domain.\n\n\n\n\n.. |TravisBuild| image:: https://travis-ci.org/pygame/pygame.svg?branch=master\n.. _TravisBuild: https://travis-ci.org/pygame/pygame\n\n.. |AppVeyorBuild| image:: https://ci.appveyor.com/api/projects/status/x4074ybuobsh4myx?svg=true\n.. _AppVeyorBuild: https://ci.appveyor.com/project/pygame/pygame\n\n.. |LaunchpadBuild| image:: https://www.pygame.org/images/launchpad_build.svg?svg=true\n.. _LaunchpadBuild: https://code.launchpad.net/~pygame/+recipe/pygame-daily\n\n.. |PyPiVersion| image:: https://img.shields.io/pypi/v/pygame.svg?v=1\n.. _PyPiVersion: https://pypi.python.org/pypi/pygame\n\n.. |PyPiLicense| image:: https://img.shields.io/pypi/l/pygame.svg?v=1\n.. _PyPiLicense: https://pypi.python.org/pypi/pygame\n\n.. |Python2| image:: https://img.shields.io/badge/python-2-blue.svg?v=1\n.. |Python3| image:: https://img.shields.io/badge/python-3-blue.svg?v=1\n\n.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame/pygame/1.9.4.svg\n.. _GithubCommits: https://github.com/pygame/pygame/compare/1.9.4...master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphamode%2Fpygame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falphamode%2Fpygame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphamode%2Fpygame/lists"}