b0n541 / jskat

JSkat is a free software implementation of the game Skat in Java.
https://www.jskat.org
Apache License 2.0
32 stars 16 forks source link

Change discarding cards to be more like in real life #177

Open b0n541 opened 7 months ago

b0n541 commented 7 months ago

Currently during discarding the player can put up to four cards into the Skat or have less than two cards in the skat. Only when "Discard" or "Schieben" in Schieberamsch is pressed, the number of cards in the Skat is checked and too less or too many cards are not accepted.

Do it like in real world Skat: 1.) take the two cards from Skat into own hand or leave the Skat as is 2.) if Skat is taken on own hand, discard two cards from hand into skat.

b0n541 commented 7 months ago

Was proposed in https://github.com/b0n541/jskat/issues/172#issuecomment-1921968951