https://github.com/averms/tic-tac-toe
https://github.com/averms/tic-tac-toe
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/averms/tic-tac-toe
- Owner: averms
- Created: 2022-10-12T00:58:53.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-12-08T19:31:09.000Z (over 3 years ago)
- Last Synced: 2025-01-26T02:44:29.203Z (over 1 year ago)
- Language: Assembly
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe
A singleplayer tic-tac-toe. Written in MIPS32 assembler and tested with MARS
and SPIM.
## Development
- Add a two newlines between labels if they are part of different functions.
- Every commit should go through code review.
- Follow .