b0n541 / jskat

JSkat is a free software implementation of the game Skat in Java.

Home Page:https://www.jskat.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show the skat after the game

kasbah opened this issue · comments

Would be nice to be able to see what was in the Skat in the after game analysis.

@kasbah I added the dealt skat cards to the after game analysis. Would you please test whether this suits your needs?

Oh wow, thanks! I built the master branch and played a test game with zoot and theCount and it looks like it's working perfectly. This will help a lot with figuring whether a player was lucky with the Skat.

I guess I didn't think of it before but in a real game you don't see the Skat but you can actually see what the player put away ("was der Spieler gedrückt hat") when tallying the score. You still have to figure out by elimination in JSkat, even if you can now see the Skat.

You're right this makes more sense. I even thought of showing both the dealt skat and the discarded one. But there is not enough space at the moment to show both properly.

I hope the current state is sufficient for you?

Yes, I tested it again. Looks great! Thanks!