Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 531 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 531 Bytes

Tic Tac Toe - Project 0

https://cesarsan8a.github.io/project0/

Summary

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!

To do:

  • Fix CSS
  • Implement AI
  • Online multiplayer