Some old AVR projects
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ondřej Hruška 244f54c36c added new 8-line snake version with updated library copy 9 years ago
..
lib added new 8-line snake version with updated library copy 9 years ago
Makefile added new 8-line snake version with updated library copy 9 years ago
README.md added new 8-line snake version with updated library copy 9 years ago
debo_config.h added new 8-line snake version with updated library copy 9 years ago
lcd_config.h added new 8-line snake version with updated library copy 9 years ago
main.c added new 8-line snake version with updated library copy 9 years ago

README.md

Snake for HD44780

This is a Snake game (known from old Nokia phones) played on a character display with HD44780.

Program tested on Arduino Pro Mini (flashed with avrdude using the Makefile).

Connections are #defined in main.c, board size and snake speed can also be adjusted. No external parts except the display and buttons required.

Best works with a gamepad, but any buttons will work.