Skip to content

ungrichtepfl/rusty-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-chess

This is a simple chess game written in Rust. It is a work in progress and contains different submodules for the different parts of the game.

  • core contains the game logic
  • gui contains the graphical user interface for playing the game
  • cli contains the command line interface
  • wasm contains a wasm playground for the game

Usage

Install the rust compiler, change directory into the repo and run:

cargo run

This will start the gui. You can also play the game using the cli when you run:

cd cli && cargo run

Todo

  • create modules
  • GUI
  • docs
  • smart chess computer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages