Orasund/elm-game-ai-minimax - version: 1.0.0

for more information visit the package's GitHub page

Package contains the following modules:

Elm-Game-AI-Minimax

This is package implements the Minimax algorithm for finding the best solution in a two-player turnbased game with full information.

Feel free to open an MR if you want to contribute

When to use this package

When not to use this package

Why is no Alpha-Beta Pruning implemented?

Honestly, I struggled implementing a valid implementation.

I decided that its better to publish a simpler version than to publish nothing at all.