https://cesarsan8a.github.io/project0/
This is a game of Tic tac toe made using JS, HTML and CSS.
The game objective is to place three consecutive symbols, horizontally, vertically or diagonally, to win the game.
The players will take turn placing the symbols until one of them wins, or there's no more available quadrants to place.
Once the game is finish, the players can click on the reset button to start a new round.
Have fun!
- Fix CSS
- Implement AI
- Online multiplayer