Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 248 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 248 Bytes

Tic-Tac-Toe

Tic Tac Toe done in Assembly RISC-V (32bits). Polishing an old, dear school project.

  • On Windows, begin the game by running "fpgrars.exe src/main.s" on shell
  • On Linux, begin the game by running "./fpgrars src/main.s" on terminal