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.
- Host: GitHub
- URL: https://github.com/arasgungore/tic-tac-toe
- Owner: arasgungore
- License: mit
- Created: 2022-02-25T10:49:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T16:23:09.000Z (11 months ago)
- Last Synced: 2025-03-26T12:46:47.512Z (about 2 months ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 26
- Watchers: 2
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
![]()
### 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)