Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

AI based tic tac toe game. Games made using the minimax algorithm, where AI / computer always tries to win.
https://github.com/digen21/tic-tac-toe

css html js minimax-algorithm tic-tac-toe tictactoe-game

Last synced: 3 days ago
JSON representation

AI based tic tac toe game. Games made using the minimax algorithm, where AI / computer always tries to win.

Awesome Lists containing this project

README

        

# TIC-TAC-TOE
>You can play this game --> link is there
>I refered the FreeCodeCamp tutorial while building this game
AI based tic tac toe game. Games made using the minimax algorithm, where AI / computer always tries to win.