ichabod801 / t_games

A collection of command-line interface games written in Python.
GNU General Public License v3.0
20 stars 4 forks source link

Error in Quadrille Auto Command #557

Closed ichabod801 closed 4 years ago

ichabod801 commented 4 years ago

I got the following error trying to use 'a 10' in quadrille: There was an error: the rank specified is not in the deck. I'm guessing it's because of the changes to how card ranks are handled.

ichabod801 commented 4 years ago

No, the problem is that a 10 assumes you are sort to a specified rank, while what I was trying to do was set the speed of the auto sort to 10. For that, you have to specify the full (or f) argument to the auto command: a f 10.