Skip to content

jacksonriley/cress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cress

Simple (most likely) chess engine in Rust, to be written as a learning experience.

Not a great name - supposed to be a portmanteau of "chess" and "Rust"...

Usage

Run the GUI with cargo run.

USAGE:
    cress [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -m, --mode <mode>    What mode to run the program in [possible values: 2p, comp]

On Linux, druid requires gtk+3 - install here. If running on WSL, an X server is required, e.g. Xming. Tutorial here.

Tests can be run with cargo test.

About

Chess engine from scratch in Rust, with GUI using Druid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages