An open API service indexing awesome lists of open source software.

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

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'?