Command Line Solitaire

A command line implementation of the Klondike Solitaire game.

This game is intended to be installed globally with dart pub global activate.

Usage (while developing)

Run the game with the following command:

dart run bin/command_line_solitaire.dart

Contributing

To contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Commit your changes.
  5. Push your changes.
  6. Create a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.