Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Unbeatable Tic Tac Toe Game
![Tic-Tac-Toe](https://github.com/YevheniiaSimaka/Unbeatable-tic-tac-toe/assets/112284703/8de51f59-c221-4571-a957-a378443afb38)

## Live Demo
[Unbeatable Tic Tac Toe!](https://yevheniiasimaka.github.io/Tic-Tac-Toe/)

## Tech Stack:
[![My Skills](https://skillicons.dev/icons?i=html,css,js)](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.