It is an implementation of JavaScript concept in gaming of grid 3*3. Here HTML file is used for the basic framework, CSS for basic styling and all the logic is implemented using JavaScript.
-
Two-player gameplay
-
Stylish UI with a clean and responsive design
-
Reset and New Game functionality
-
Winning message display
-
X (Cross) appears in red and 0 (Zero) appears in blue
- HTML
- CSS
- JavaScript
Open index.html in a browser. Players take turns clicking on the boxes. The first player to align three of their marks (X or 0) in a row, column, or diagonal wins! Click Reset to restart the game at any time.
This project is open-source and free to use.