Here you can have some fun and refresh your mood !!! 😃
Tic Tac Toe game is a simple game created to make users/players have fun. This game is between two players, one of them is human and the other is computer. Once the human clicks on the board in a specific cell, the computer randomly occupies another cell. The player who succeeds in placing three of their marks in a diagonal, horizontal, or vertical row is the winner and the other player looses. Otherwise, the result is a tie.
git clone https://github.com/GSG-FC03/Tic-Tac-Toe-Malak
cd Tic-Tac-Toe-Malak
code .
open with Live Server
ORGo Live
- HTML → To build the structure of the page.
- CSS → To style the application.
- JS|DOM Manipulations → To create interaction between the page and the user.