Tic-tac-toe noughts and crosses, or Xs and Os is a paper-and-pencil game for two players who take turns marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
Time spent: 8 hours spent in total
The following required functionality is completed:
- User can click on play button.
- The user can click on Start Game to start the game.
- The user can reset the game again by clicking on the Reset button.
- The user can return to home page by clicking on the back button.
Here's a walkthrough of implemented user stories:
TicTacToe.mp4
Copyright [2022] [Utsav Kumar]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.