Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.34 KB

A collection of demos and mini games using Pygame Zero

Eagle Bug Shooter Mini Game

Fruit Monkey Mini Game

Ray Casting Demo

Conway's Game of Life

Flocking Demo

Requirements

  • Python 3
  • Pygame Zero 1.2.1
python3 -m ensurepip
pip3 install pgzero

Graphics and sound effects

The graphics and sound effect used in the mini games are from the Code The Classics repository which are described in the excellent book Code the Classics.