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

https://github.com/lemonadee71/tic-tac-toe

The classic tic-tac-toe with an unbeatable AI.
https://github.com/lemonadee71/tic-tac-toe

Last synced: about 2 months ago
JSON representation

The classic tic-tac-toe with an unbeatable AI.

Awesome Lists containing this project

README

        

# tic-tac-toe
This is a project for The Odin Project

This implementation uses minimax algorithm [(see algorithm here)](https://www.geeksforgeeks.org/minimax-algorithm-in-game-theory-set-4-alpha-beta-pruning) for the enemy bot.