https://github.com/pirate/minmax
minmax with alpha-beta pruning
https://github.com/pirate/minmax
Last synced: 6 months ago
JSON representation
minmax with alpha-beta pruning
- Host: GitHub
- URL: https://github.com/pirate/minmax
- Owner: pirate
- Created: 2014-07-15T04:20:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-15T02:02:25.000Z (about 11 years ago)
- Last Synced: 2025-02-08T21:49:12.906Z (8 months ago)
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
minmax
======
A minmax with alphabeta pruning "library". Comes with TicTacToe and Connect4 AIs using said "library".