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:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Commit your changes.
- Push your changes.
- Create a pull request.
License
This project is licensed under the MIT License - see the LICENSE.md
file for details.