Tic Tac Toe game made for Altera DE2-115 board, using Quartas Prime software and coded in Veilog. The game is played between two players, where they pick their moves by using the switches in the DE2 board. The moves of the players are reflected in the external LEDs which are connected to the GPIO pins on the board. The board can determine the winner and loser of the game, and tracks the number of times they won on the hex display. If the game ends in a draw it displays so in the hex board. The match map can be reset, and the game can be re-started using the push buttons.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Software and hardware that are needed:
Quartas Prime
Altera DE2-115 board
Steps needed to set up the board:
Attached the DE2-115 board to the computer
Open Quatus Prime
Set pin assignment
Set up LEDs to the GPIO pins of the board
Run Tic Tac Toe code
- Harmanraj Singh Wadhwa - Setting up hardware
- Martin Liang - Setting up code
- Prantar Bhowmik - Setting up hardware
- Wang Cheney - Setting up code
This project is licensed under the MIT License - see the LICENSE file for details