Tic tac toe (player 1 vs player 2)
It is a two player game in which 1st player symbol is 'x' and 2nd player symbol is '0',having 9 boxes in it (3 row and 3 coloumn) The palyer who covers all the 3 blocks first with his symbol either row wise, coloumn wise or diagonally then he wins the game. If no one able to do so then game draws.
->C++ (programming Language)
->Codeblocks
- Clone or Download the repo https://github.com/nikhilbhatt/Android-TicTacToe.
- Navigate to folder Android-TicTacToe
- Navigate to folder Android-TicTacToe/main.cpp to access developer content.
- Execute the code in your favourite Cpp Compiler and enjoy...