https://github.com/jane-does-coding/unbeatable-tic-tac-toe
https://github.com/jane-does-coding/unbeatable-tic-tac-toe
css html javascript minimax-algorithm tic-tac-toe
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jane-does-coding/unbeatable-tic-tac-toe
- Owner: jane-does-coding
- License: mit
- Created: 2024-03-11T16:28:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-11T18:58:45.000Z (over 1 year ago)
- Last Synced: 2024-06-09T00:24:50.935Z (about 1 year ago)
- Topics: css, html, javascript, minimax-algorithm, tic-tac-toe
- Language: JavaScript
- Homepage: https://yevheniiasimaka.github.io/Unbeatable-tic-tac-toe/
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unbeatable Tic Tac Toe Game
## Live Demo
[Unbeatable Tic Tac Toe!](https://yevheniiasimaka.github.io/Tic-Tac-Toe/)## Tech Stack:
[](https://skillicons.dev)## Description
Fun AI for playing tic tac toe! The AI created with the minimax algorythim logic which makes it impossible to beat! Don't belive me? Try it yourself!### Cloning the repository
```shell
git clone https://github.com/YevheniiaSimaka/Tic-Tac-Toe
```### Running the website
To run the website you can use the "Live Server" Extention for the VS code or right click on index.html select "copy path" and paste it into the browser.