https://github.com/mrbisquit/nacbot
A noughts and crosses bot in a single C file
https://github.com/mrbisquit/nacbot
bot c cmake console game noughts-and-crosses terminal tic-tac-toe
Last synced: about 2 months ago
JSON representation
A noughts and crosses bot in a single C file
- Host: GitHub
- URL: https://github.com/mrbisquit/nacbot
- Owner: MrBisquit
- License: mit
- Created: 2025-08-26T13:40:23.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-26T20:08:36.000Z (10 months ago)
- Last Synced: 2025-08-27T04:31:10.217Z (10 months ago)
- Topics: bot, c, cmake, console, game, noughts-and-crosses, terminal, tic-tac-toe
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NACBOT (Noughts And Crosses Bot)
This entire project is within a single C file, `main.c`.
## To build
```
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -A x64
cmake --build . --config Release
```
## Screenshots


