antonywu / fog-of-chess

[toy] Chess, but with the fog of war.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

git clone https://github.com/jackmordaunt/fog-of-chess
cd fog-of-chess
cargo run --release

fog of chess

Features

  • Single unit movement.
  • 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.
    • Win screen with player, button to restart.
  • Networked multiplayer.
  • Fog Toggle.
  • HUD (display current player turn, timer, menu to change game states).

Backlog

  • Auto-center pieces.

About

[toy] Chess, but with the fog of war.


Languages

Language:Rust 100.0%