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
- Host: GitHub
- URL: https://github.com/duskyelf/tic-tac-toe-c
- Owner: DuskyElf
- License: mit
- Created: 2023-05-07T08:12:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T08:19:17.000Z (about 3 years ago)
- Last Synced: 2025-04-07T07:36:09.099Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```