Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.29 KB

StudentDesc.md

File metadata and controls

23 lines (16 loc) · 1.29 KB

Game Development with Pygame

Learn how to use Pygame to build a simple top-down game in Python.

Pygame Warm-up

Play the game linked on this page to see some of what is possible with Pygame.

Pygame PowerPoint Presentation

<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=https://hylandtechclub.com/py-201/PyGame/Pygame.pptx' width='100%' height='450px' frameborder='0'></iframe>

Top-Down Game Code-Along Activity

Click here for the code-along starter code.

Follow the instructions on this page to create a basic tile-based top-down game in Pygame.

Pygame Challenges

Once the code-along activity has been completed, go to this page to start working on the challenges. Feel free to create anything, as long as it uses Pygame.

Resources

Archival Session Recording

<iframe width="100%" height="450px" src="https://www.youtube.com/embed/x6-ca9iGc7Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>