Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.58 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.58 KB

TicTacToe

Utsav Kumar

Intro Card

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

Functionality

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.

Video Walkthrough

Here's a walkthrough of implemented user stories:

TicTacToe.mp4

License

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.