IGI-111 / freecell

A Rust implementation of the legendary solitaire game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freecell

Yet another implementation of the legendary total information solitaire. Play patience like it's 1991, complete with sights and sounds.

game

Build

This game uses ggez so on Linux you'll want to install libasound2, libudev and pkg-config with something like:

apt install libasound2-dev libudev-dev pkg-config

then you should be able to simply:

cargo run

There also is a nix flake available.

Play

The goal of the game is to move the four aces, as they appear, to the foundations (the four slots in the top left), and build each up in suit from ace to king (A-2-3-4-5-6-7-8-9-10-J-Q-K), with the help of the four free cells (the four slots in the top right).

Only the top card or tableau of each cascade is available for play. It may be moved to a foundation pile, a free cell, or to another tableau pile. Within the tableau, cards are built down in sequence and alternating in color. Any card may be moved into an empty space. Blocks of cards may not be moved, unless the requisite number of free cells and/or tableau spaces are availabe to allow each individual card to be moved. If you fill all four foundation piles, you win.

Press the top button to deal a new game. Move cards or tableaux with drag and drop, right click cards to send them directly to the foundations.

About

A Rust implementation of the legendary solitaire game


Languages

Language:Rust 95.6%Language:Nix 4.4%