https://github.com/ternus/pygame-examples
A collection of short-and-sweet pygame games
https://github.com/ternus/pygame-examples
Last synced: 3 months ago
JSON representation
A collection of short-and-sweet pygame games
- Host: GitHub
- URL: https://github.com/ternus/pygame-examples
- Owner: ternus
- Created: 2013-10-22T05:02:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T23:36:28.000Z (over 4 years ago)
- Last Synced: 2024-04-16T06:52:13.434Z (about 2 years ago)
- Language: Python
- Size: 1020 KB
- Stars: 60
- Watchers: 6
- Forks: 53
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pygame Examples
I always learn better from examples -- a long tutorial explaining the
background doesn't do it for me. To that end, here's a collection of
[PyGame](http://pygame.org) example games I've developed in the
process of learning PyGame.
Right now there's:
- `snake.py`: a simple ~100-line version of Snake.
- `lunarlander.py`: a slightly-more-complicated Lunar Lander game.
Happy coding!