TicTacToe

Tic Tac Toe on 8052 in embedded C

View on GitHub

TicTacToe

TicTacToe is a 2-player game written in embedded C for CSE2006 project. It runs on Atmel AT89S52.

Hardware

Circuit diagram:
circuit

Running

Flash the code onto the microcontroller using a programmer. We followed this blogpost and used Arduino as a programmer.

The buttons in the 3*3 grid act as an input and the visuals is shown on the LED matrix.

Code

Look and Feel

The project looks like this! hardware

Contributors

@anujanegi @shubham1172

Special acknowledgment to Randy Rasa for the LED driver.