https://github.com/ripred/minimaxai
An embedded library that implements the Minimax algorithm complete with alpha-beta pruning. The user only needs to supply the game evaluation and the move generation methods for the most part. Works for most any two player game and the engine will be able to play against a human or against itself.
https://github.com/ripred/minimaxai
Last synced: about 1 year ago
JSON representation
An embedded library that implements the Minimax algorithm complete with alpha-beta pruning. The user only needs to supply the game evaluation and the move generation methods for the most part. Works for most any two player game and the engine will be able to play against a human or against itself.
- Host: GitHub
- URL: https://github.com/ripred/minimaxai
- Owner: ripred
- License: mit
- Created: 2025-02-05T06:31:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T07:38:49.000Z (over 1 year ago)
- Last Synced: 2025-03-01T05:28:12.260Z (over 1 year ago)
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0