Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/parimatrix/tictactoe_bot
- Owner: parimatrix
- Created: 2018-10-01T14:32:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T14:44:26.000Z (over 6 years ago)
- Last Synced: 2024-11-01T11:07:44.062Z (2 months ago)
- Topics: ai, alpha-beta-pruning, artificial-intelligence, minimax-algorithm
- Language: JavaScript
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!