A new educational game in CircuitPython: Egg Collector #CircuitPython #PyBadge #Gaming @mrcoxall

Another nice game written in CircuitPython on the Adafruit PyBadge: Egg Collector by Mr. Coxall’s grade 11 CS class!

In this project I made an old school style video game for the Adafruit PyBadge. To recreate it you will need to use an CircuitPython and the stage library to create the game which I called Egg Collector. The game will also work on other variants of PyBadge hardware, like the PyGamer and the EdgeBadge. The full completed game code with all the assets can be found here.

The guide assumes that you have prior coding experience, hopefully in Python. It is designed to use just introductory concepts. No Object Oriented Programming (OOP) are used so that anyone with a basic grade 11 knowledge of Python programming can recreate it.

See the video below and the tutorial here.