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

Game replay doesn't take discarding into account #178

Closed b0n541 closed 7 months ago

b0n541 commented 8 months ago

When I do a game replay the discarding of cards is not reflected. Always the dealt cards are shown even though some of the cards were put into the Skat during discarding.

b0n541 commented 7 months ago

The cards presented in the game replay start after the discarding has taken place. With #184 it was discovered that the log output on the command line mixed up Clubs and Spades which lead to the confusion.