A snake game for the Raspberry Pi Pico written in ARM assembly.
snake.mp4
- Raspberry Pi Pico
- 16x16 pixel ws2812b LED matrix
- Arrow keypad
- Push button
- Jumper wires
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 .