https://github.com/andersonsrocha/tic-tac-toe
https://github.com/andersonsrocha/tic-tac-toe
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andersonsrocha/tic-tac-toe
- Owner: andersonsrocha
- License: mit
- Created: 2022-12-16T19:17:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T19:21:43.000Z (over 3 years ago)
- Last Synced: 2026-01-01T20:19:08.546Z (6 months ago)
- Language: JavaScript
- Homepage: tic-tac-toe-theta-jet.vercel.app
- Size: 581 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⭕ Tic Tac Toe
Example of tic tac toe made with HTML, CSS and Javascript, it also has an AI implemented with minimax algorithm.
🗒️ Index
- [🚀 Technologies](#-technologies)
- [✨ Features](#-features)
- [🏃 Running](#-running)
- [⭐ Credits](#-credits)
- [🔗 Links](#-links)
- [📝 License](#-license)
## 🚀 Technologies
- 💀 HTML
- 💅 CSS
- 💡 JavaScript
## ✨ Features
- 👾 Artificial intelligence (machine)
- 📱 Responsiveness
## 🏃 Running
📝 Running the **project**
- Install extension [Live Server](vscode:extension/ritwickdey.LiveServer)
- Follow the steps described by the extension to go up the page
## ⭐ Credits
- [Algorithm Minimax](https://alialaa.com/blog/tic-tac-toe-js-minimax)
- [User Interface](https://codepen.io/IM-JUST-A-PERSON/pen/pobOYwL)
## 🔗 Links
- [Github](https://github.com/andersonsrocha)
- [LinkedIn](https://www.linkedin.com/in/anderson-silva-a40926192)
## 📝 License
This project is under the MIT license. See the [LICENSE](LICENSE) file for more details.