Skip to content
/ snake Public

A snake game for the Raspberry Pi Pico written in ARM assembly

Notifications You must be signed in to change notification settings

leksiso/snake

Repository files navigation

snake

A snake game for the Raspberry Pi Pico written in ARM assembly.

Demo video

snake.mp4

Hardware parts

Breadboard wiring diagram

How to build

The project is built with cmake using the method described in Getting started with Raspberry Pi Pico.

That is, by running the following commands:

mkdir build
cd build
export PICO_SDK_PATH=<path-to-pico-sdk-here>
cmake ..
cmake --build .

About

A snake game for the Raspberry Pi Pico written in ARM assembly

Topics

Resources

Stars

Watchers

Forks