An open API service indexing awesome lists of open source software.

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

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.