Skip to content

The Pong game implemented on an Arducam Pico4ML

Notifications You must be signed in to change notification settings

britannio/pico-pong

Repository files navigation

Pico Pong

Pong on an Arducam Pico4ML. This was created by myself as a task for other students to attempt in the Computer Systems II module.

image

How to run

chmod u+x compile_project.sh
./compile_project.sh

Acknowledgment

Kudos to plaaosert for porting the display SDK from C++ to C and for creating guides such as st7735-guide and icm20948-guide.