Tic-tac-toe is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. To add this project to android studio.
- An animated Android Splash Screen
- A Single Player Mode with Difficulty levels(Easy, Medium, Hard, Impossible), so that you don't have to wait for a partner to play the game..!!
- A normal Two Player mode for playing with friends..!!
- Also keeps track of the score of both the players for every session of play, which can be resetted by the user...!
- In android studio go to File
- Select new -> Import from version control
- Choose git/github (git option recommanded )
- Paste url to repository i.e https://github.com/st2251/Tic-Tac-Toe-2.0.git
- Click on clone.
Below are some snapshots of the app for reference--->