goban 0.1.1

Library with go move genration and go ruling.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "goban"
version = "0.1.1"
authors = ["Samuel Batissou <samuelbatissou@gmail.com>"]
description= "Library with go move genration and go ruling."
edition = "2018"
license = "LGPL-3.0-only"


[badges]
gitlab = {repository ="https://gitlab.com/SamBlaise/goban"}

[dependencies]
rand = "0.6.1"