This is a project I made over the summer in order to develop some fundamental skills in web development, primarily Javascript, HTML, and CSS. I chose to make it on the simple and widely recognized game of Tic Tac Toe so that I could focus on the tools necessary to make the project work rather than the logic itself. Nonetheless, my rendition of Tic Tac Toe is simple to use and has a variety of features explained below!
Logical functionality:
- Error checking for different stages of the game
- Error messages to guide user
Styling:
- Hover effect on each tile displays possible move
- Reward for winner (use jsConfetti)
- Highlighted winning tiles
- Robust UI Polish to enhance the theme
- Git clone https://github.com/wderocco8/TicTacToe.git
- cd TicTacToe
- Download Live Server extension (if in VSCode)
- Launch the application using Live Server
For this project, I used a tool called Netlify, which was taught in the Scrimba "Learn Javascript" course I recently took. To use it yourself, you can simply use the folder that you downloaded in the above section and follow these steps:
- Vist Netlify and create an account
- Click on Sites
- Drag and drop the folder containing your TicTacToe files
- YOU'RE DONE!
Alternatively, you can visit the site I already created below: