Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 624 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 624 Bytes

Snake for Raspberry Pi Pico

This is a recreation of the classic game Snake, running on a Pimoroni Pico Explorer.

Build

You'll need the Pico Explorer library available locally to you. This project assumes this has been cloned in the directory next to this one. If this isn't true for you, you'll need to modify the include() statement in CMakeLists before compiling.

mkdir build
cd build

cmake ..
make

Then load the resulting snake.uf2 file onto your Pico anyway you know how.