Close

Work Done till 1st November

A project log for Snake++

The classic snake game using AVR Atmega32 MCU controlled by Analog Joystick on an LED Matrix Display.

muneebMuneeb 11/01/2017 at 12:150 Comments

Tasks Completed:

-  Assembled the MCU with the analog JoyStick modules and the LED Dot Matrix.

-  Found libraries to interface the LED Matrix (which is controlled by a MAX2719 driver) with the atmega32.

-  Worked on the basic game loop - wrote function definitions for snake and the board.

Ongoing tasks:

-  Working on displaying the player's score on 2 seven segment displays

-  Working on the game logic - detecting collision and updating scores of player.

Discussions