/la-fortuna-snake

Snake game for the LaFortuna from the University of Southampton.

Primary LanguageCMIT LicenseMIT

Snake for the La Fortuna Board

Snake game for the LaFortuna from the University of Southampton.

Images of the game in action can be found here.

You can either compile and flash from source or flash the included hex file in bin/snake.hex. Both of these require dfu-programmer to be installed and setup correctly. For compiling you will also need avr-gcc and avr-objcopy.

Compiling

Use the makefile included by running make. This will compile from source to a hex file which is then flashed to the La Fortuna.

Flashing

Flashing is easiest done by using the lfutil script I've been expanding upon.

With this all you need to do is run lfutil --load bin/snake.hex.