- a snake for the rpi-rgb-led-matrix library
- the controll is with the keyboard with WASD keys (like the most games).
- at compile time put it in the include folder of https://github.com/hzeller/rpi-rgb-led-matrix,
- or just download the binary file (for raspbian 64 bit) so pi zero 2, 3 and 4,
- i havent tested it with anything other than a pi 3b+ but should work with all pis.
- it is based on: https://github.com/HailTheBDFL/esp32-snake
- if you have any questions dont hezitate to open a new issue
To compile, execute the following command.
make
To install (after compiling), execute the following command as root or using sudo
(which is used in the following command).
sudo make install
To clean, execute the following command.
make clean
To execute, (it doesnt allways need sudo) and you can use normal rpi-rgb-led-matrix options afterwards.
sudo snake