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

https://github.com/arasgungore/tic-tac-toe

Simple tic-tac-toe game built using HTML, CSS, and JavaScript.
https://github.com/arasgungore/tic-tac-toe

css game html html-css-javascript html-css-js javascript tic-tac-toe tic-tac-toe-game tic-tac-toe-javascript tic-tac-toe-js tic-tac-toe-web-application tictactoe tictactoe-game tictactoe-javascript tictactoe-web-application tictactoe-webapp web-app web-application webapp webapplication

Last synced: 29 days ago
JSON representation

Simple tic-tac-toe game built using HTML, CSS, and JavaScript.

Awesome Lists containing this project

README

        

# Tic-Tac-Toe

Simple tic-tac-toe game built using HTML, CSS, and JavaScript. For more information about the game, click [here](https://en.wikipedia.org/wiki/Tic-tac-toe).

## Run on Terminal

```sh
google-chrome index.html
```

## Introduction


Screenshot

### Rules

- Two players take turns: placing 'X' and 'O' marks in empty spaces on a 3x3 square grid.
- Player with the 'X' mark starts first. The first player to place 3 marks in a vertical, horizontal, or diagonal row wins the game.
- If all spaces are filled, the game ends in a draw.

## Author

👤 **Aras Güngöre**

* LinkedIn: [@arasgungore](https://www.linkedin.com/in/arasgungore)
* GitHub: [@arasgungore](https://github.com/arasgungore)