A basic 2 player game using HTML, CSS, and Javascript.
The game is played on a grid that's 3 squares by 3 squares. You are either the play icon (Green) or the Stop icon (red). Players take turns putting their marks in empty squares. The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner. The winners' score will be incremented by 1 When all 9 squares are full, the game is over. If no player has 3 marks in a row, the game ends in a tie. In order to win the game you need to score 5 points