- 🤖 A VS bot game mode
- normal bot
- hard bot (minimax)
- 🧍♂️A player vs player
clone the repo
$ git clone https://github.com/yahalloe/finalProject.git
Running the program is very straight forward.
Just open the main.exe file
$ ./bin/main.exe
Just compile the program using your favorite C compiler
Using Terminal
Install your favorite C compiler gcc/clang/tcc/msvc etc... If you're using an IDE, just run the file there.
Go into the downloaded tic-tac-toe directory.
$ cd finalproject
type the Commands:
$ gcc -o main main.c library.c
$ ./main
$ clang -o main main.c library.c
$ ./main
Things to be implemented:
harder bot(the color or theme changes)- leaderboard file // fopen()
1 on 1 game mode- different color for each symbol i.e. X - light blue 0 - gray