Lesson Plan


The pygame course is divided into 3 sessions, each session consists of 8 classes:
  1. Session 1 Events
  2. Session 2 Utilities
  3. Session 3 Game Creation

Syllabus:

Session I Events

Description
ClassFunnyConceptHomework
1jokeUser OutputSetup, Create a shortcut to the BlocklyPygame directory,Hello Title, Place application on displayWatch class 1 video
2jokeMouse PressedHello Console,Hello Text,Draw an image until mouse pressedMake your own story,Create your own project with blocks, refresh, load the project
3jokeMouse ReleasedUpdate Blockly Code,Storybook,Pokemon Ranger video, physics example, Draw a circle until mouse press, Draw Tic-Tac-Toe boardCreate or copy your own image
4jokeDisplay background boardGame list, Loop forever,Display RPG background image,Get wasd key pressed
5jokeDisplay player avatarrpg Board move,Avoid the black areaDetermine Game winner
6jokeTimer, Move Player, SpritesTimer Concept,Keys Pressed block, Sprite Creation,Sprite Draw and collision 
7jokeFunction to choose directionMake an image transparent, Wait for user input 
8jokeRotate a SpriteRotate a Sprite 

Session II Utilities

ClassFunnyConceptDescriptionHomework
9 Sound TimerEnsure a sound is not played on top of itself, Check if a sound is playing 
10  Create a function, Check which keys are pressed, Flip a sprite along the vertical axis 
11 Draw lineBreak out of a loop on ESC key,Draw 2 lines until mouse up
12 Collision DetectionUse a sprite sheet,Show absolute location of sprite on background 
13  Sprite Video,Jeb color,Ok Message BoxChange font size and color
14  Play Sound Once,Set timer,Sprite sheet for movement,Determine tic-tac-toe winner,Ok Cancel Message Box 
15  Show an explosion,Draw an x in tic-tac-toe 
16 QUIT eventShow hunger/health icon,Input BoxAdd a check for pygame.QUIT

Session III Game Creation

ClassFunnyConceptDescriptionHomework
17 Move image based on wasd keyswasd move imageClear screen after each draw
18 Point image at mouseFill a circle,wasd movement + mouse pointingKeep image inside surface
19 Mouse Pressplay soundPlay sound based on image click
20 Drag/DropDrag and Drop detectionRemove the old rectangles
21 SpritesRotate and Move SpritesBring sprite back into surface when it leaves
22 pygame.sprite.spritecollideSprite CollisionsHandle the was keys
23  How to call an external .pyMake and call your own .py file
24  BlasteroidsAdd additional asteroid sprites

Miscellaneous links