1
0
Fork
You've already forked tic-tac-toe-cli
0
CLI Tic-Tac-Toe game written in C.
  • C 96.6%
  • Makefile 3.4%
2024年10月11日 09:59:14 +08:00
src quit msg helper fnct & use success code on exit 2024年10月11日 09:59:14 +08:00
.gitignore basic game loop and display logic added 2024年09月09日 13:34:16 +08:00
LICENSE Initial commit 2024年09月09日 05:28:27 +00:00
Makefile Add a Makefile to compile with C23, all warning flags & debugger info for gdb 2024年09月09日 13:43:49 +08:00
README.md Initial commit 2024年09月09日 05:28:27 +00:00

tic-tac-toe-cli

CLI Tic-Tac-Toe game written in C.