Tic Tac Torio is a two player game where the goal of each user is to mark their turn as an Red-Torio or an Green-Torio on a gameboard with three columns and three rows. The first user to get three in a row, either diagonally, horizontally, or vertically will be the winner. In the case of a tie, the users will be asked to play the game again until a clear winner has been declared.
Tic tac toe is a solid game to show front-end capabilities in the browser and Js practice.
-
Dont display the game board before clicking Let's play buttonDONE -
When the user wins, show text that the player won the game.DONE -
Make the gameboard and page as a whole colorful.DONE
-
Project planning and figuring out what sort of JS functions I want to have in my tic tac toe game.
-
Understanding JS data structures
-
Deducing best practices with JS to make sure that the end user is able to enjoy the game.
HTML, CSS, JavaScript and Dom manipulation