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

https://github.com/duskyelf/tic-tac-toe-c

Simple local 2 player tic-tac-toe game in C
https://github.com/duskyelf/tic-tac-toe-c

Last synced: 8 months ago
JSON representation

Simple local 2 player tic-tac-toe game in C

Awesome Lists containing this project

README

          

# tic-tac-toe-c
Simple local 2 player tic-tac-toe game in C

### Quick Start
```console
$ git clone git@github.com:DuskyElf/tic-tac-toe-c.git
$ ./build.sh
$ ./main
```