pull/437/merge
Swethashub-source 2 years ago committed by GitHub
commit b15aab4ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,24 @@
# Tic Tac Toe Game
Tier: 1-Beginner
Tic Tac Toe Game with 3 x 3 board
## User Stories
- User should start by clicking on new game button to start the game and enable all the buttons on the game.
- The two players should be allotted there symbols say, O and X
- Now, the user can start the game with 2 players by clicking on the desired position on the 3x3 board.
- Once we find that one of them wins or a tie then disable all the buttons
- Each time display on the top Player turn, New Game and who ever wins.
## Bonus features
- Player can give their names to get displayed in place of Player-1 and Player-2
## Useful links and resources
[TicTacToe Game](https://en.wikipedia.org/wiki/Tic-tac-toe)
## Example projects
[Game](https://playtictactoe.org/)
Loading…
Cancel
Save