This is a simple clone of Tic Tac Toe, using Minimax.
Clone te repo, download FPGRARS and run:
fpgrars ./src/game.sThis is a game written in Assembly Risc-V made for a custom Risc-V processor which runs on a FPGA board. You can also run in a simulator such as FPGRARS.
| Key | Function |
|---|---|
| W | Up |
| A | Left |
| S | Down |
| D | Right |
| ENTER | Action |
| P | Skip Level |
