- An interactive web-based Tic-Tac-Toe game that allows two players to take turns, keeps track of the board state, announces the winner, or declares a tie if no one wins.
- I made this as an optional project for the TrueCoders Full-Stack Web Development course to demonstrate my competence in object-oriented programming.
- You enter a name click submit button, repeat again
- Click a square
- If you have 3 of your symbols back to back in any order (row, coulumn, diagonal) You won!
- Click the reset board button to reset upon finishing the game or whenever else
- Improve the UI/UX and make the styling more responsive
- Play an animation based off who won or if the game ended in a draw
- online multiplayer
- HTML
- CSS
- JavaScript
- Git (for project management)
- VSCode (for codebase management)
- GitHub (for storing repository and hosting)
Usage Instructions
- Video demonstration at Google Drive
- Or visit the live version of the app at Tic-Tac-Toe
- Alternatively, Clone the repository using the following command:
git clone https://github.com/JacobLuber2/Tic-Tac-Toe-Project.git