Crates.io | hex-game |
lib.rs | hex-game |
version | 0.1.0 |
source | src |
created_at | 2019-01-16 01:49:30.811893 |
updated_at | 2019-01-16 01:49:30.811893 |
description | An implementation of Hex for Rust |
homepage | |
repository | |
max_upload_size | |
id | 108820 |
size | 36,918 |
hex-game
is a crate that implements the board game Hex, in Rust.
Warning: This is still in development and is not ready for use yet.
Reading and writing Hex games in the human-readable Smart Game Format (SGF) and additionally reading and writing games to a more efficient binary format
Playing Hex games using boards of any given size, including determining victory
Visualizing Hex games and boards
Performance is a central goal of this crate: it will be used to train a neural network to play Hex, and so at every point the goal is to make determining victory and playing moves as fast as possible.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.