https://radman17.github.io/TicTacToe/
TicTacToe (web version) made using using HTML , CSS and JS.
This is a very simple TicTacToe web game .
-
You can play the game in two modes (player & computer)
-
You can mark each cell by clicking on it, afterward its the next player turn.
-
The objective is to mark three cells in a row (horizontally , vertically , diagonally) before your opponent.
-
After each round you can reset the board by clicking RESET BOARD button.
Mode page :
Game page :
- HTML
- CSS
- JavaScript
- Clone the repo
git clone https://github.com/radman17/TicTacToe.git
- Change the directory
cd TicTacToe
- Open the index.html file .