Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erik3010/unbeatable-tic-tac-toe

This is a simple unbeatable Tic Tac Toe game written in Javascript. The game uses the minimax algorithm to determine the best possible move for the bot.
https://github.com/erik3010/unbeatable-tic-tac-toe

Last synced: about 19 hours ago
JSON representation

This is a simple unbeatable Tic Tac Toe game written in Javascript. The game uses the minimax algorithm to determine the best possible move for the bot.

Awesome Lists containing this project

README

        

# Unbeatable Tic Tac Toe

This is a simple unbeatable Tic Tac Toe game written in Javascript. The game uses the minimax algorithm to determine the best possible move for the bot. The bot will never lose, but the game can end in a draw.

## How to play

Click on the squares to make your move. The bot will automatically make its move after you. The game will end when either you or the bot wins, or when the game ends in a draw.

## Try it out

You can try the game out [here](https://erik3010.github.io/unbeatable-tic-tac-toe)