You and your team are tasked with building out the following project in this coming section. In this repository, you will find the starter code necesary to get started with the project.
Below are some overview to help guide you with what is expected
You and your team are tasked to build our your interpritation of a basic, working Tic Tac Toe Game. To allow 2 players (on the same machine) to play against one another!
We suggest the following features to be incorporated into your app:
- The ability for players to input their names for the game to render out to make the experience more personal
- for the game to know automatically who's turn it is
- input validation to make sure that an occupied square cannot be taken over
- Winning or tie condition checked after each move
- The ability to stop the game and offer a game reset once end of game is detected
- Main Page to hold all your components in place
- Game area to store winning logic and smaller game pieces
- Game square to represent each "box" of your tic tac toe game
If you have a preferred way to structure your code and start your project you may do so as well
In here you will find the following provided for you already:
- A suggested file structure for you to start your project
- Reference solutions for you to look at commited into different branches
Only proceed with this if you have completed the above and are looking for further challenges!
Make a scoreboard to track how many times each player wins during these sets of rounds!
Base Reference: https://rocket-tictactoe-base.netlify.app/