A simple tictactoe game made in c++
Currently you can only play 2 player mode and Human v/s Robot in this. Soon i'll be adding:
- Human v/s robot(but u can never win)
- Multiplayer mode(yeah that some tough shit)
- Added Human v/s Robot feature
- Fixed a minor bug
- For some reasons, things weren't working, some includes missing and fixed few bugs, now it works
To use this game,
- Clone this repository by typing
git clone https://github.com/ash-dodek/TicTacToe.git
- Open any of the code editor and run the
main.cpp
file.
Any contribution to this game is welcomed. If you want to contribute to this repository, create a pull request
- Somehow if you find any issues or bugs in the program please report them in the Issues section