fog-of-chess

[toy] Chess, but with the fog of war.
Log | Files | Refs

commit 48456cc4441e7bd4529d7efa693b9ff9c5612de5
parent 23c40eabd8136ed38e387645c5abc9c8f1fce583
Author: = <=>
Date:   Mon, 30 Dec 2019 13:57:57 +1300

Doc: Install instructions.

Diffstat:
Mreadme.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/readme.md b/readme.md @@ -6,6 +6,12 @@ Information is power. Written in Rust using [ggez](https://github.com/ggez/ggez). +``` +git clone https://github.com/jackmordaunt/fog-of-chess +cd fog-of-chess +cargo run --release +``` + ![fog of chess](doc/fog_of_chess.png) ## Features