- Notifications
You must be signed in to change notification settings - Fork0
This is an METU-EE314 Term Project named TicTacToe (game) implemented on DE1-SoC board.
License
NotificationsYou must be signed in to change notification settings
yerminal/TicTacToe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- This is a Tic-Tac-Toe game that can be played with a DE1-SoC board.
- The details about the project are inTicTacToe_EE314_Project_Report.pdf.
- You will be using three buttons: logic-0, logic-1, and activity button.
- At every turn, the player in turn will enter the coordinates sequentially using the logic-0 and logic-1 buttons. Then, the playershould press the activity button.
- However, the coordinates should be typed in reverse. That is, the enter order is in LSB (least significant bit) to MSB (most significant bit).
- For example, the 5B coordinate corresponds to1010 1000 instead of0101 0001.
- The triangle player has the turn. If the player wants to place a shape to the 4C coordinate, the player should press the input buttons with the 0010 1100 order.
- Notice that the order for entering a character is reversed so that the FPGA reads 0100 0011.
- After pressing the activity button, a triangle will be placed if the 4C box is empty. Now, the circle player does the same.
About
This is an METU-EE314 Term Project named TicTacToe (game) implemented on DE1-SoC board.