https://github.com/uwancha/tic-tac-toe
The classic Tic-Tac-Toe game built with HTML5, CSS3, JavaScript
https://github.com/uwancha/tic-tac-toe
css3 html5 javascript webpack
Last synced: 3 months ago
JSON representation
The classic Tic-Tac-Toe game built with HTML5, CSS3, JavaScript
- Host: GitHub
- URL: https://github.com/uwancha/tic-tac-toe
- Owner: Uwancha
- Created: 2023-06-29T07:38:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T16:30:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T21:39:14.654Z (over 1 year ago)
- Topics: css3, html5, javascript, webpack
- Language: JavaScript
- Homepage: https://uwancha.github.io/Tic-Tac-Toe/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe Game
This is a simple Tic Tac Toe game built with factory functions and module patterns in JavaScript, HTML, and CSS. The purpose of this project is to demonstrate my understanding and skills in these concepts as I learn through JavaScript Full-Stack Web Developer program on The Odin Project curriculum.
## Game Features
- Play against another human player
- See whose turn it is and which player won
- Restart the game anytime
## Installation and Usage
1. Clone the repository to your local machine using `git clone https://github.com/uwancha/Tic-Tac-Toe.git`
2. Navigate to the project directory using `cd Tic-Tac-Toe`
3. Open the `index.html` file in your web browser
4. Play the game by clicking on the grid squares
## Technologies Used
- JavaScript
- HTML
- CSS
## Acknowledgments
- This project was completed as part of [The Odin Project curriculum.](https://www.theodinproject.com/home)
## Future Improvements
- Add an option to play against a computer player
- Improve the game board layout and styling
- Add sound effects and animations
Feel free to use this project as a reference or starting point for your own Tic Tac Toe game. If you have any questions or suggestions, please feel free to contact me.
## Live Demo
[Here's also a demo](https://uwancha.github.io/Tic-Tac-Toe/)