https://github.com/pablobm/pygame-tutorial
Tutorial on game programming with Python+Pygame
https://github.com/pablobm/pygame-tutorial
pygame python tutorial
Last synced: 4 months ago
JSON representation
Tutorial on game programming with Python+Pygame
- Host: GitHub
- URL: https://github.com/pablobm/pygame-tutorial
- Owner: pablobm
- Created: 2017-03-12T20:34:25.000Z (almost 9 years ago)
- Default Branch: source
- Last Pushed: 2022-10-05T19:51:30.000Z (over 3 years ago)
- Last Synced: 2025-08-02T15:51:11.051Z (6 months ago)
- Topics: pygame, python, tutorial
- Language: Python
- Homepage: https://pablobm.github.io/pygame-tutorial/
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Python/Pygame tutorial
Files for a tutorial that can be visited at https://pablobm.github.io/pygame-tutorial/
## Deploying
```
$ middleman build
$ middleman deploy
```