Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 689 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 689 Bytes

Tic-tac-toe

Adversarial tic tac toe implementation in cpp.

Run locally

Run Tic-tac-toe locally in seconds on Linux (Ubuntu and others) with:

git clone https://github.com/NamanZelawat/Tic-tac-toe.git
cd Tic-tac-toe
cmake .
make
./main

Main page --

main
Game page --

1)
1

2)
2