Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/parimatrix/tictactoe_bot

View demo here: https://adoring-knuth-c94bec.netlify.com/
https://github.com/parimatrix/tictactoe_bot

ai alpha-beta-pruning artificial-intelligence minimax-algorithm

Last synced: 21 days ago
JSON representation

View demo here: https://adoring-knuth-c94bec.netlify.com/

Awesome Lists containing this project

README

        

# ticTacToe_Bot
An implementation of Minimax Algorithm to play the game of Tic-Tac-Toe. It has 3 levels of varying difficulties.

## To-Do
1. Give option for Bot to make the first move.
2. Improve the efficiency using alpha-beta pruning.

Any suggestions/help for better implementations/algorithms would be great!