This is a beginner level HTML , CSS and JS based two player tic tac toe game . It is built purely out of the mentioned tools and there are no other tools involved.
A preview of the project made is :
It has sound effects while placing the tokens on the board and an GIF that pops up when a player wins .
Upgradations will be made to this project too .
- Project Structuring
- CSS transitions , responsive design and animations as well as styling as a whole
- Usage of git to clone repos to make changes and then to push those changes back to the repository.
- Better way to use developer tools in browsers
- Still better ways to implement this.
- clone this repository into your local environment :
git clone https://github.com/devTejaSrinivas/tic-tac-toe-game
- Run the
index.html
file with either LiveServer extension or with opening it with browser.
Thank you for visiting this repository.