|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Useful links and resources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[TicTacToe](https://en.wikipedia.org/wiki/Tic-tac-toe)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example projects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Game](https://playtictactoe.org/)
|