Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emmo00/tictactoe-ai

Tic-Tac-Toe Game AI
https://github.com/emmo00/tictactoe-ai

ai game tic-tac-toe

Last synced: 15 days ago
JSON representation

Tic-Tac-Toe Game AI

Awesome Lists containing this project

README

        

# TicTacToe-ai

An implementation of a game AI that plays `tic-tac-toe`. This was implemented with the minimax algorithm. Try it out [here](https://tictactoe-ai-eight.vercel.app/)

Tell me what you think, and leave a ⭐.

UI adapted from Anushka Chauhan