top of page

What is Pygame?
It is based on Python and the most popular language for introductory computer courses

What will the course cover?
We will teach some programming concepts in python (less emphasis) and will focus on pygame library:
- Data types, Input/output, Intro to programming libraries
- Conditional Statements, Iterative statements
- Advanced data type/Structures (e.g Lists/array)
- Functional programming and Object-oriented programming
- Creating & customizing game window and game objects
- Programming movement to game objects
- Adding control to game objects
- Create interaction between game objects
- Saving and Loading Game data
- Work on individual pygame projects.
bottom of page