Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1004 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 1004 Bytes

Snake Embedded

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.

Demo YouTube video CLICK HERE

Electronics

Pins

  • 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

Development

Created using Atmel Studio 7, simply import the project and assemble away.