CodingTrain / CodingTrain/Suggestion-Box
[Coding Challenge]: MiniMax (& AlphaBeta)
Open
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
**I challenge you to create an AI for a game using the minimax algorithm (optionally with alphabeta pruning).**
As Minimax is a really powerful and fundamental algorithm that is used in most game playing AIs today, I feel it would be not only interesting to cover, but useful for people that are just getting started in the field of artificial intelligence.
I do have a few working javascript examples:
[Tic Tac Toe](http://www.kpkiller.co.uk/tictactoe_new/)
[Connect 4](http://www.kpkiller.co.uk/connect4/)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.