Classic Snake game written in AVR assembler for the ATmega128 8-bit Microcontroller.
On game over press the switch on the joystick to start a new game.
- Microcontroller: Microchip ATmega128 8-bit AVR
- Development board: ATMEGACONT128
- Display: DEVLCD (HD44780 compatible)
- Joystick module similar to this
- Display: ET-CLCD (see board details)
- LED (blinks when display refreshes): GPIO A0
- Joystick X-axis: GPIO F0
- Joystick Y-axis: GPIO F1
- Joystick switch: GPIO E0
Created using Atmel Studio 7, simply import the project and assemble away.