pygame - doubility-sky/daydayup GitHub Wiki
Pygame is a set of Python modules designed for writing video games. Pygame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language.
Projects
- Games Some games created by python code.
- FlapPyBird A Flappy Bird Clone using python-pygame
- spaceShooter The classic retro game recreated using Pygame and python. Making of space Shooter using pygame
- PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.