To gain experience building circuits which use logic gates to compute logical expressions.
For this lab, you will make circuit to decide who wins Tic-tac-toe games in Logisim. The game will consist of 9 input pins. These inputs should be arranged in a 3 by 3 grid to form the board. Each of these pins can be 0 or 1 which indicates which player has that cell in the board.
You should make two LEDs, one which will light up when player 0 wins, and the other which will light up when player 1 wins. A player wins when he or she has three of their number in a row, horizontally, vertically or diagonally.
You should use logic gates to complete the circuit, so that the lights will turn on automatically based on who has won. If neither player has three in a row, neither light should turn on. If both players do, both lights should come on.
When your circuit works, please submit the .circ file under the lab assignment on Canvas
Copyright © 2024 Ian Finlayson | Licensed under a Creative Commons BY-NC-SA 4.0 License.