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

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.