https://github.com/danigb/minimax
Another minimax implementation in JS
https://github.com/danigb/minimax
Last synced: 12 months ago
JSON representation
Another minimax implementation in JS
- Host: GitHub
- URL: https://github.com/danigb/minimax
- Owner: danigb
- License: mit
- Created: 2017-03-06T09:44:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T10:13:35.000Z (over 9 years ago)
- Last Synced: 2025-05-17T18:08:28.917Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimax
> Yet another minimax implementation
#### What
- https://en.wikipedia.org/wiki/Minimax
- https://www.thanassis.space/score4.html
- https://github.com/ttsiodras/Score4
- http://neverstopbuilding.com/minimax
#### Why
Learn. And fun.
#### How
- [x] Javascript
- [x] Hyperapp: https://github.com/hyperapp/hyperapp/wiki/Hyperx
#### Show me
- Tic tac toe: https://danigb.github.io/minimax/tictactoe ([src](https://github.com/danigb/minimax/blob/master/tictactoe.js))
- Connect 4: https://danigb.github.io/minimax/connect4 ([src](https://github.com/danigb/minimax/blob/master/connect4.js))
#### License
Are you kiddin'?