Step-by-step development¶
Basic pygame concepts¶
Double buffering
Game loop
Related documents and files:
Introduction to pygame part 1 slides
Introduction to pygame part 2 slides
Example 1 files: example_1.tgz
Basic Game development concepts¶
Narrative structure of a game
Concepts of screen, state, state transition and state automaton
User interface with pygame_gui .
Related documents and files: