https://github.com/caiofov/pygame-tutorial
A game developed in Python using pygame module. This game was a practice from "Pygame Programming Tutorial" course by Tech With Tim YouTube channel
https://github.com/caiofov/pygame-tutorial
pygame python tutorial
Last synced: 12 months ago
JSON representation
A game developed in Python using pygame module. This game was a practice from "Pygame Programming Tutorial" course by Tech With Tim YouTube channel
- Host: GitHub
- URL: https://github.com/caiofov/pygame-tutorial
- Owner: caiofov
- Created: 2021-01-29T23:20:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T19:11:52.000Z (about 5 years ago)
- Last Synced: 2025-02-13T04:31:24.391Z (about 1 year ago)
- Topics: pygame, python, tutorial
- Language: Python
- Homepage:
- Size: 6.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Pygame Tutorial
A game developed in Python using pygame module.
This game was a practice from "Pygame Programming Tutorial" course by Tech With Tim YouTube channel
No rights reserved.
### Instructions:
To execute the game, the user must run "teste.py" file.
Please, do not edit any other files, they all are part of the source code.
### Acknowledgment:
I'd like to thank Tim from YouTube for the awesome course. Please, do never stop to post those contents for free on the Internet, because I'm sure I was not the only person helped by this.
I've learned a lot: practicing the subjects learned by this course, I could develop my very first pygame game by myself.