Enjoy the timeless Tic Tac Toe game with a modern cyberpunk UI!
Features include:
- A scoreboard using local storage to keep track of scores.
- Reset Score Button to clear stored scores and start fresh.
- Win & Tie Alerts that notify players when someone wins or the match ends in a tie.
- Players can also choose who plays first: Player X or Player O.
- Game have option to toggle between Dark mode and Light mode UI.
- Game is responsive for all kinds devices and screen sizes.
Check out the live version hosted on Netlify:
๐ Play Classic Tic Tac Toe
The project consists of the following files:
- index.html โ Main HTML file.
- gameFunc.js โ Handles the game logic.
- gameStyle.css โ Styling for the cyberpunk interface.
This project was developed by:
Follow these steps to run the project on your device:
-
Fork the repository
Click the Fork button at the top-right corner of the GitHub repository page to create your own copy. -
Clone the forked repository
git clone https://github.com/your-username/TicTacToe.git
-
Navigate to the project directory
cd TicTacToe
-
Open the project in a browser
Open theindex.html
file in any modern web browser.
๐ Have fun playing and competing for the highest score!