This is basically a chip where people can either play tic tac toe or rock paper scissors. Tic tac toe is a two person game and rock paper scissors is where one person plays against the machine. This works by using a 3-bit LFSR. The results of the game are outputted (please look at the pinout for more understanding of specifics).
Connect things. To play the game, put in your moves/choices as inputs and figure out the ouputs.
It can be connected to a LED display for ease of use.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | Game Type (0 is tic tactoe, 1 is rock paper scissors) | Rock Paper Scissors Winner | |
1 | User Input for Rock Paper Scissors | Rock Paper Scissors Winner | |
2 | User Input for Rock Paper Scissors | Current Player (TTT) | |
3 | Move Position (index of spot) | Current Player (TTT) | |
4 | Move Position (index of spot) | Tic Tac Toe Winner | |
5 | Move Position (index of spot) | Tic Tac Toe Winner | |
6 | Move Position (index of spot) | Tic Tac Toe Draw | |
7 | Move Valid |