Skip to content

Tohaker/pico-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Snake made for the Raspberry Pi Pico running on a Pimoroni Pico Explorer

Topics

Resources

License

Stars

Watchers

Forks