3
Watch
15
Star
0
Fork
0
Issue

Chess in Rust

lucypero
lucypero
pushedAt 4 months ago

lucypero/chess-rs

Chess-rs

An implementation of the game of chess written in Rust. Uses macroquad for graphics rendering and input.

Piece set by Madware

Building and running client

cd chess-rs-client
cargo run

some features that it has right now

  • online multiplayer
  • FEN import/export
  • PGN export

goals

  • some kind of AI rival