fog-of-chess

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

commit fa7ff45f7c62261a0122c88793c69c6088958b69
parent 48456cc4441e7bd4529d7efa693b9ff9c5612de5
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Thu, 26 Mar 2020 15:47:57 +0800

Doc: Add to the feature list.

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

diff --git a/readme.md b/readme.md @@ -21,3 +21,9 @@ cargo run --release - [ ] Compound movements such as the castle move. - [ ] Win condtions (currently player-enforced), check and check-mate. - [ ] Networked multiplayer. +- [ ] Fog Toggle. +- [ ] HUD (display current player turn, timer, menu to change game states). + +## Backlog + +- [ ] Auto-center pieces.