licenses.dev

minimax-alpha-beta v0.1.6

An implementation of Alpha-Beta Pruning + Minimax Algorithm for arbitrary two player minimax style games like Chess, Go, TicTacToe, etc.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

This package has no dependencies.
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/minimax-alpha-beta)](https://licenses.dev/cargo/minimax-alpha-beta)
<a href="https://licenses.dev/cargo/minimax-alpha-beta">
  <img src="https://licenses.dev/b/cargo/minimax-alpha-beta" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.6 version:

[![licenses](https://licenses.dev/b/cargo/minimax-alpha-beta/0.1.6)](https://licenses.dev/cargo/minimax-alpha-beta/0.1.6)
<a href="https://licenses.dev/cargo/minimax-alpha-beta/0.1.6">
  <img src="https://licenses.dev/b/cargo/minimax-alpha-beta/0.1.6" alt="licenses" />
</a>
GitHub