zero_sum

Crates.iozero_sum
lib.rszero_sum
version1.2.0
sourcesrc
created_at2016-09-09 17:21:48.917646
updated_at2017-08-02 14:52:22.704919
descriptionAn analysis engine for zero-sum games with game implementations.
homepage
repositoryhttps://github.com/cdbfoster/zero_sum
max_upload_size
id6295
size276,720
Chris Foster (cdbfoster)

documentation

https://cdbfoster.github.io/doc/zero_sum

README

zero_sum

An analysis engine for zero-sum games.

This crate provides a number of traits that can be used to facilitate the implementation of a zero-sum game, and to allow the analysis thereof.

Also provided through the use of optional features are implementations for tic-tac-toe and the game of tak.

For usage instructions, see the documentation.

Commit count: 152

cargo fmt