Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solitaire

Cross-platform Klondike solitaire in Rust with an fltk-rs GUI. Builds to a single self-contained executable on Windows, macOS, Linux and FreeBSD, with four UI languages (English, Norsk, Svenska, Dansk) compiled in.

Quick start

Requires a Rust toolchain, CMake and a C/C++ compiler (FLTK is compiled and statically linked into the binary).

cargo run -p solitaire-gui --release

On Linux/FreeBSD, install the X11/OpenGL development packages first — for Debian/Ubuntu:

sudo apt install build-essential cmake libx11-dev libxext-dev libxft-dev \
  libxinerama-dev libxcursor-dev libxrender-dev libxfixes-dev \
  libgl1-mesa-dev libfontconfig1-dev

Run the test suite with cargo test.

License

BSD 3-Clause

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages