toetactic_lib 0.1.0

A library for analyzing NxN Tic Tac Toe positions
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "toetactic_lib"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/prawnydagrate/toetactic"
description = "A library for analyzing NxN Tic Tac Toe positions"
keywords = ["tictactoe", "engine", "minimax", "algorithm"]
license = "MIT"

[dependencies]
fastrand = "2.2.0"