Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 427 Bytes

Chess Game

A (WIP) chess implementation

Running

Clone this repo and run cargo run -- gui, requires at least Rust version 1.69.0

Roadmap

  • FEN-to-PNG utility
  • Fully working GUI
  • Networking
  • WASM support
  • Engine (this was the main goal)

More in TODOS.md

Contributing

Any PR is welcome. Currently especially tests are appreciated, more details here