A simple tic-tac-toe game made with HTML, CSS & javascript
- 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