This is our Snake implementation based on PyGame and PyGame-Menu.
The general purpose for this implementation is to have a game to easily show how to control remote systems with self-build input devices.
sudo apt-get install python-pygame
python3 -m pip install -U pygame --user
git clone https://github.com/GrazerComputerClub/Snake.git
cd Snake
python3 engine.py
- Multi player
- Selection of input device
- Support for GC²'s controller (Game0-xHAT)
- ...