From c90ab8fb1cbf71b3fe33d474e5f7f1034e187bac Mon Sep 17 00:00:00 2001 From: Swethashub-source <73125287+Swethashub-source@users.noreply.github.com> Date: Sun, 3 Oct 2021 14:58:04 +0530 Subject: [PATCH] Create TicTacToe-app.md --- TicTacToe-app.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TicTacToe-app.md diff --git a/TicTacToe-app.md b/TicTacToe-app.md new file mode 100644 index 00000000..9fb85a0d --- /dev/null +++ b/TicTacToe-app.md @@ -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/)