Jorge 516ca4be3e Left only one pygame.quit() in game Bullet dodger. %!s(int64=7) %!d(string=hai) anos
..
bullet_dodger 516ca4be3e Left only one pygame.quit() in game Bullet dodger. %!s(int64=7) %!d(string=hai) anos
cat_animation 13c8395d60 Made Cat animation game PEP 8 compliant. %!s(int64=7) %!d(string=hai) anos
empty_window dbea33d593 Removed blank lines at end of files and renamed empty_window.py to main.py. %!s(int64=7) %!d(string=hai) anos
repeating_background dbea33d593 Removed blank lines at end of files and renamed empty_window.py to main.py. %!s(int64=7) %!d(string=hai) anos
README.md b129f1c9de Improve file organization and added another 'README.md' file inside the new folder 'src'. %!s(int64=7) %!d(string=hai) anos
full_screen.py dbea33d593 Removed blank lines at end of files and renamed empty_window.py to main.py. %!s(int64=7) %!d(string=hai) anos
jumping_square.py dbea33d593 Removed blank lines at end of files and renamed empty_window.py to main.py. %!s(int64=7) %!d(string=hai) anos
transp_rectangle.py dbea33d593 Removed blank lines at end of files and renamed empty_window.py to main.py. %!s(int64=7) %!d(string=hai) anos

README.md

Organization

Python files here are complete games. Some games are inside folders because they need more than just a python file to run (they may require music, images...). This is a way to keep things more organized. If you don't need a game, you can just delete its folder.

How to run games?

Just execute a game in this directory. If the python file is not in this directory, because it's inside a folder, go inside its folder and execute the file called main.py.