minimax-alpha-beta 0.1.2

An implementation of Alpha-Beta Pruning + Minimax Algorithm for arbitrary two player minimax style games like Chess, Go, TicTacToe, etc.
Documentation
[package]
name = "minimax-alpha-beta"
version = "0.1.2"
authors = ["Aalekh Patel <aalekh.gwpeck.7998@icloud.com>"]
edition = "2018"
license = "MIT"
description = "An implementation of Alpha-Beta Pruning + Minimax Algorithm for arbitrary two player minimax style games like Chess, Go, TicTacToe, etc."
homepage = "https://www.github.com/aalekhpatel07/minimax"
documentation = "https://www.github.com/aalekhpatel07/minimax"
repository = "https://www.github.com/aalekhpatel07/minimax.git"
readme = "README.md"
keywords = ["game", "game-ai", "Minimax", "alpha-beta-pruning", "efficient-minimax"]
categories = ["algorithms", "mathematics"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]