DCtheTall / pygame-tutorial

Code for pygame tutorial from https://realpython.com/pygame-a-primer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Order of programs, important since later programs reuse code from previous ones:

  1. draw_circle.py
  2. keyboard_events.py
  3. draw_surface.py
  4. player.py
  5. user_input.py
  6. enemies.py
  7. sprite_images.py
  8. background_images.py
  9. game_speed.py
  10. sound_effects.py

All programs should be run from the project root. Example: cd <this project> ; python3 src/<program name>.py.

About

Code for pygame tutorial from https://realpython.com/pygame-a-primer/


Languages

Language:Python 100.0%