norts 1.1.0

A Noughts and Crosses/Tic Tac Toe library for move generation and an inbuilt hyper-fast solver.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
description = "A Noughts and Crosses/Tic Tac Toe library for move generation and an inbuilt hyper-fast solver."
edition = "2021"
homepage = "https://github.com/MrPiggyPegasus/norts"
keywords = ["ai", "tictactoe"]
license = "MIT"
name = "norts"
publish = true
readme = "README.md"
version = "1.1.0"