A command line implementation of the Klondike Solitaire game.
This game is intended to be installed globally with dart pub global activate.
Run the game with the following command:
dart run bin/command_line_solitaire.dartTo contribute to this project, please follow these steps:
- Fork the repository.
 - Create a new branch.
 - Make your changes.
 - Commit your changes.
 - Push your changes.
 - Create a pull request.
 
This project is licensed under the MIT License - see the LICENSE.md file for details.