EITF40 Digital and analogue projects


By Joakim Ahle, ada09jah@student.lu.se
And Anton Botvalde, gda07abo@student.lu.se



Supervisor: Bertil Lindvall

Project description

The goal of this project was to design a 80's-like gaming console where you can play tic-tac-toe. The console consists of two steering crosses so players can compete head-to-head. The core component of the system is an ATMega16(L) microprocessor operating on 8 MHz. The processor connects a graphic LCD display with a key encoder. The code was written in AVR studio 4 and downloaded to the ATMega16 using JTag. The full source code can be viewed from the link above, and is briefly explained in the report and presentation.

A game of tic-tac-toe is played by two players on a 3x3 tiles board. The goal of the game is to get three of the player's symbols in a row. The LED lamps indicate which player's turn it is, and when the game is over, both leds shine and a text on the right side tells you who won (if that wasn't clear)

TicTacToe