https://github.com/mirayatech/tic-tac-toe
Tic Tac Toe Game π’
https://github.com/mirayatech/tic-tac-toe
css enjoy-coding html javascript tictactoe tictactoe-game
Last synced: 8 months ago
JSON representation
Tic Tac Toe Game π’
- Host: GitHub
- URL: https://github.com/mirayatech/tic-tac-toe
- Owner: mirayatech
- Created: 2022-05-23T13:37:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T16:02:36.000Z (about 3 years ago)
- Last Synced: 2023-12-28T13:53:27.335Z (about 2 years ago)
- Topics: css, enjoy-coding, html, javascript, tictactoe, tictactoe-game
- Language: CSS
- Homepage: https://toxo-two.vercel.app/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
Tic Tac Toe game built with HTML, CSS and JavaScript π’
# About this project π
When the user chooses who he wants to be (X or O), the select-box will disappear and the playboard will be visible. At the top of the board section are player names (X or O) that indicate or show whose turn it is now. In the center of the page there is a tic-tac-toe play area with nine square boxes. When you click on a box, the character you selected in the selection field is visible.
After clicking on any box, after a few seconds, the bot will automatically select the box that has not been previously selected by you or the bot, and the opposite icon is visible means that if your icon is "X", the bot will have an "O". Once a match is won by someone, the playboard will be hidden and the result box appears with the winner sign or icon and a replay button.
If no one wins the match and all nine-box selected then again the playboard section is hidden and the result box appears with βMatch has been drawn textβ and a replay button. When you click the replay button, the current page will be reloaded and you can play again.
## Technologies π οΈ
* `HTML`
* `CSS`
* `JavaScript`
## How it looks π₯
**Live:** https://toxo-two.vercel.app/
https://user-images.githubusercontent.com/71933266/174468662-6e582a79-34eb-4056-815a-5b2857bf0073.mp4