command_line_solitaire 1.1.0
command_line_solitaire: ^1.1.0 copied to clipboard
A command-line implementation of the Klondike Solitaire game, written in dart.
1.1.0 #
- Draw pile is always face down.
- Show the cursor position on empty tableau columns.
- Wrap the cursor from left to right in the tableau and top row.
- Added a 'm' command to auto-move cards to the foundation or tableau.
1.0.1 #
- Added an example readme to the repository.
- Added documentation to the library.
- Changed the description of the package.
1.0.0 #
- Initial version.