Skip to content

jake314159/avr-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVR-snake

Compiling and installing

After downloading the source code you can use the included make file to compile and install the program onto your micro-controller.

To compile the tool use the command

make

Or you can install and flash the program to your chip using avrdude with the command. This may require root access

make install

Compiling and installing has been tested on Ubuntu 14.04 with the atmega644p chip. Other platforms or chips may require some changes to the make file or source code.

Example images

Example image 1

Example image 2

Original setup

This code was designed for the following hardware:

Chip: atmega644p

Screen: 240x320 18-bit color screen

Screen driver chip: a-Si TFT LCD Single Chip Driver ILI9341

About

Simple snake game designed for the ATmega644p

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published