-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Updated CSS styling for various elements, including h1, container, g…
…ame, box, and reset, with added media queries for responsive design."
- Loading branch information
Showing
2 changed files
with
205 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Tic Tac Toe | ||
A simple game of Tic Tac Toe created using HTML, CSS, and JavaScript. | ||
|
||
## Live Demo | ||
|
||
You can try out the live version of the application here: https://mitgajera.github.io/Tic-Tac-Toe | ||
|
||
## Features | ||
|
||
* Play as X or O | ||
* Try to get three in a row | ||
* Easy to use interface | ||
|
||
## Technologies Used | ||
|
||
* HTML | ||
* CSS | ||
* JavaScript | ||
|
||
## How it Works | ||
|
||
1. Click on a square to place your piece | ||
2. Try to get three in a row | ||
3. If all squares are filled and no one has won, the game is a draw | ||
|
||
## Future Development | ||
|
||
* Add more features to the game | ||
* Implement a more robust game logic | ||
* Improve the user interface and user experience | ||
|
||
## Contributing | ||
|
||
If you'd like to contribute to this project, please fork the repository and submit a pull request. All contributions are welcome. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters