Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryansinghiiit/tic-tac-toe-game
https://github.com/aryansinghiiit/tic-tac-toe-game
html-css-javascript
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aryansinghiiit/tic-tac-toe-game
- Owner: AryanSinghIIIT
- Created: 2022-01-06T12:22:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T07:00:06.000Z (about 3 years ago)
- Last Synced: 2023-08-12T01:02:38.585Z (over 1 year ago)
- Topics: html-css-javascript
- Language: CSS
- Homepage: https://aryansinghiiit.github.io/Tic-Tac-Toe-Game/
- Size: 965 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe-Game
A basic Tic Tac Toe game Developed By Aryan Singh built using HTML/JavaScript/CSS. No dependencies.
View The Demo
##How to get started
To make a move, the player will use the mouse single click to mark a space.
In this version, there is no provision to undo the move.
As soon as the move is done, the game proceeds to the next player’s chance
.
At each move, The game will show whose move (Player A or Player B) it is. When the game ends, it displays one of the following three outcomes:Winner: Player X
Winner: Player O
Draw
Live Demo: https://aryansinghiiit.github.io/Tic-Tac-Toe-Game/
Show some ❤️ and ⭐ the repo if you like the design.
![Screenshot (71)](https://user-images.githubusercontent.com/96579866/148728186-e2034347-013b-415e-8505-7ef0f6a61a5b.png)
![Screenshot (72)](https://user-images.githubusercontent.com/96579866/148728191-0ff0c770-ad3c-48f7-8ba6-01c66fd3798b.png)