snake is nothing more, but the popular game implementation in Micropython (Python implementation from microcontrollers). Project consists of:
- game code
- pyboard
- dedicated LCD shield
What makes it special is controller. Pyboard's accelerometer read angle of the console and translates it to snake's move direction.