https://github.com/h4jack/tictactoe
a simple one to one tictactoe game.
https://github.com/h4jack/tictactoe
css h4jack html js simple tictactoe
Last synced: 2 months ago
JSON representation
a simple one to one tictactoe game.
- Host: GitHub
- URL: https://github.com/h4jack/tictactoe
- Owner: h4jack
- License: mit
- Created: 2024-06-05T10:14:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T10:16:13.000Z (about 2 years ago)
- Last Synced: 2025-01-20T19:44:45.953Z (over 1 year ago)
- Topics: css, h4jack, html, js, simple, tictactoe
- Language: JavaScript
- Homepage: http://myloginphp.rf.gd/tictactoe
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe
a one to one toctactoe game made using html, css, js.
## Demo
View/Use the project/site hosted on [TicTacToe](http://myloginphp.rf.gd/tictactoe)\
or you can open the `index.html` after clonning
## Project Structure
The project consists of the following files and folders:
[`index.html:`](https://github.com/h4jack/tictactoe/blob/main/index.html) The main HTML file for the game.\
[`style.css:`](https://github.com/h4jack/tictactoe/blob/main/style.css) The CSS file for styling the game.\
[`main.js:`](https://github.com/h4jack/tictactoe/blob/main/main.js) The JavaScript file for the game logic.
## Installation
To run and test this on local machine, follow these steps:
- clone the repo to your local machine.
```cmd
git clone https://github.com/h4jack/quiz.git
```
- then open the `index.html` on your browser.
## Usage
To play the game, simply click on a square to place your mark (either X or O). The game will automatically switch between X and O after each move. If you want to restart the game, click the "Restart" button.## Expression Calculator Features
the tictactoe app provides the following features:
- play one to one tictactoe local.
## Tech Stack
**Client:** HTML, CSS, JS
## Authors
- [@h4jack](https://www.github.com/h4jack)
## License
This project is licensed under the [MIT License](https://github.com/h4jack/tictactoe/blob/main/LICENSE/)
## Feedback
If you have any feedback or suggestions, please feel free to [create an issue](https://github.com/h4jack/tictactoe/issues) or [contact us](https://github.com/h4jack).