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: 72 hours spent in total
The following required functionality is completed:
- User can click on play button.
- User can enter their names respectively.
- The user can click on submit button.
- The user can click on TicTacBoard to start the game.
- The user can plat the game again by clicking on the Play Again button.
- The user can return to home page by clicking on the Home button.
Here's a walkthrough of implemented user stories:
Describe any challenges encountered while building the app.
Copyright [2023] [Shivangee Rajput]
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.