commit 23c40eabd8136ed38e387645c5abc9c8f1fce583 parent e9de2b0cb1cea8e5a02cf1a2aa8ba68ffe9ed337 Author: = <=> Date: Mon, 30 Dec 2019 13:52:57 +1300 Doc: Readme. Diffstat:
| A | doc/fog_of_chess.png | | | 0 | |
| A | readme.md | | | 17 | +++++++++++++++++ |
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/doc/fog_of_chess.png b/doc/fog_of_chess.png Binary files differ. diff --git a/readme.md b/readme.md @@ -0,0 +1,17 @@ +# Fog Of Chess + +A prototypical chess game where the fog of war is thick. +You must be careful how you advance and be sure to gain as much sight as possible. +Information is power. + +Written in Rust using [ggez](https://github.com/ggez/ggez). + + + +## Features + +- [x] Single unit movement. +- [x] Basic line of sight based on move-set and adjacent positions. +- [ ] Compound movements such as the castle move. +- [ ] Win condtions (currently player-enforced), check and check-mate. +- [ ] Networked multiplayer.