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

Saving/Loading skat games #18

Open b0n541 opened 10 years ago

b0n541 commented 10 years ago

Implement a save/load feature for skat games. Use skat game save format from ISS if possible.

jmizv commented 4 years ago

Hi @b0n541 is there a description of the save format that is used at ISS? Couldn't find any information 🤔 Regards

b0n541 commented 4 years ago

Sorry, there is no direct documentation. You can have a look at the following classes:

https://github.com/b0n541/jskat-multimodule/blob/develop/jskat-base/src/main/java/org/jskat/control/iss/IssGameExtractor.java https://github.com/b0n541/jskat-multimodule/blob/develop/jskat-base/src/main/java/org/jskat/control/iss/MessageParser.java

I hope this helps you understanding the format.