tty-solitaire icon indicating copy to clipboard operation
tty-solitaire copied to clipboard

Play solitaire in your terminal!

Results 23 tty-solitaire issues
Sort by recently updated
recently updated
newest added

I tried to compile this game on Gentoo without success. Maybe it's a simple bug, but I'm not a programmer. ``` $ uname -a Linux jeany 5.15.16-gentoo-x86_64 #1 SMP Sun...

It would be cool if tty-solitaire installation was more easily accessible to people. It seems like we already have some platforms covered: - [X] [ALT Linux](http://www.sisyphus.ru/ru/srpm/tty-solitaire) (`apt-get install tty-solitaire`) Thanks...

help wanted
good first issue

I really like this game. Played it on Manjaro ARM Linux (which is basically an Arch Linux distro). A few ideas for improvement: * [ ] Undo moves: more than...

Marking a card in waste pile will show similar animation as marking a card in any other pile. The main benefit is being able to see the previous waste pile...

I believe this fixes the issue of `marked_cards_count()` not working if no cards are marked. I am willing to build out some tests to make sure this works as expected,...

It would be great to have CI building PR branches, possibly in multiple platforms (Linux, macOS, etc.).

help wanted
good first issue
tooling

Add feature that lets you press left button at left-most stack to loop cursor around to right-most stack (and vice-versa). Related to Issue #50. I find it helpful personally when...

Can now without having to press space first. I was trying to prioritize adding as little code as possible, so solution might not be the cleanest. I find the feature...

Pressing `space` feels like an extra click when I plan on marking all cards in the stack anyways. Perhaps pressing `Shift + M` should mark all cards without having to...