Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/planinc/tic-tac-toe
https://github.com/planinc/tic-tac-toe
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/planinc/tic-tac-toe
- Owner: planinc
- License: mit
- Created: 2024-06-27T03:52:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T08:29:56.000Z (5 months ago)
- Last Synced: 2024-06-30T08:23:34.461Z (5 months ago)
- Language: JavaScript
- Homepage: https://planinc.github.io/tic-tac-toe/
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
Tic Tac Toe - Play free | PlanincTic-tac-toe is a simple logic game for two. The action takes place on a field of 3 × 3 cells.
Enjoy the classic game of Tic Tac Toe on Gg Planinc, where you can choose from 4 computer difficulties or play with a friend.
Play the classic Tic-Tac-Toe game (also called Noughts and Crosses) for free online with one or two players.Enjoy the classic game of Tic-Tac-Toe (or Noughts and Crosses) with one or two players.
## Want to play Tic Tac Toe with your friend?
Play tic tac toe online with a friend or the computer. Choose the game mode, level and name, and try to place 3 Xs or Os in a row.
Enjoy this classic puzzle game on a three-by-three square board. Learn how to play strategically2024Super Tic Tac Toe is a classic game to a new level.
## Just click on the link belowhttps://planinc.github.io/Tic-Tac-Toe/
### [Tic Tac Toe](https://planinc.github.io/Tic-Tac-Toe/)
------
## Preview
----
## Editor used
![alttext](https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white)## Built with
![html](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![css](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![scss](https://img.shields.io/badge/Sass-CC6699?style=for-the-badge&logo=sass&logoColor=white)
![js](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)
![jquery](https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white)------
## Cloning this repositary using command line
1. Open **Git Bash**.
1. Change the current working directory to the location where you want the cloned directory.
1. Type `git clone https://github.com/planinc/Tic-Tac-Toe.git`
1. Press **Enter** to create the clone of this repositary.