Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 643 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 643 Bytes

TicTacToe-Game

A simple tic-tac-toe game made with HTML, CSS & javascript

STEPS:

  • Create cells in a way that by clicking on each cell, the current player (X or O) be written inside the cell.
  • Hold the current state of the game at each stage using an array.
  • Create a comparator that compares the current situation and winning situations to see if the current player is currently winning or not.
  • Make the project more visually appealing by adding more CSS and more styles

Output Demo

tictactoe-output