An open API service indexing awesome lists of open source software.

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.

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).