greenstatic / snake-embedded

Classic Snake game written in AVR assembler for the ATmega128 8-bit Microcontroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Classic Snake game written in AVR assembler for the ATmega128 8-bit Microcontroller

License:MIT License


Languages

Language:Assembly 100.0%