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

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

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
![Player winning](screenshots/1.png)
![Playing](screenshots/2.png)
![Bot winning](screenshots/3.png)