Crate rusty_freecell

source ·
Expand description

A FreeCell game written in Rust

Modules§

  • cards 🔒
    Utilities for creating cards and decks
  • game 🔒
    Manages the state of the FreeCell game

Constants§

Functions§

  • cleanup 🔒
    Cleans up the terminal after the game finishes or is interrupted. This function restores the terminal to its normal state, showing the cursor and disabling raw mode.
  • main 🔒
    The main function of the FreeCell game.
  • run 🔒
    Runs the game loop.