Skip to content

JackMordaunt/fog-of-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages