This project is a simple game of TicTacToe to put what I learned in HTML, CSS and javascript into action.
Tic-tac-toe (also known as noughts and crosses or Xs and Os) is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.
In this implementation of the game the player can chose the boards all the way from 3x3 to 9x9.
- find a friend who is willing to play the game with you (or find someone who wants to become your friend)
- change the player names on the screen using the controls right above the game board
- Select the game grid size using the slider bar under the game board
- The player on the left side is the one to start the game with an X. click/touch the box you want to mark when it is your turn.
- you know it is your turn to play when you have an X or an O under your player name
- The winner gets an ice cream or whatever you guys consider a treat.
-choose a board size between 3x3 to 9x9 -change player names -reset a game at any point
