An open API service indexing awesome lists of open source software.

https://github.com/averms/tic-tac-toe


https://github.com/averms/tic-tac-toe

Last synced: about 1 year ago
JSON representation

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 .