I am looking for a three player skat game, it has to be free software.
It’s okay if it currently does not run on Haiku, I will port it myself then.
So far I have found LSkat from KDE, but this only supports 2 players.
I am looking for a three player skat game, it has to be free software.
It’s okay if it currently does not run on Haiku, I will port it myself then.
So far I have found LSkat from KDE, but this only supports 2 players.
C++ check
GPL3 check
FLTK interface - should be portable?
THis one looks like it’s CLI, but if you got it going a front-end could be written
If you are prepared to look beyond C++ there’s Java
and Python
and C
and … old. Really old
Oh wow,
Thanks!
I didn’t find any when searching, and you have 6 here in a short time.
No problem. Searching for obscure information is sort of what I did for a living before I retired.
But I never realized how many SKATeboarding apps existed! It takes patience.
Ok, the jscat one doesn’t run… despite Java beeing “Portable” it doesn’t like Haiku, okay.
/system/lib/openjdk21/bin/java -jar JSkat-0.23.0-linux.jar
Mai 10, 2025 2:42:27 PM com.sun.javafx.application.PlatformImpl startup
WARNUNG: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @1dfe2924'
Exception in thread "main" java.lang.UnsupportedOperationException: Haiku is not supported
at com.sun.javafx.tk.Toolkit.getDefaultToolkit(Toolkit.java:195)
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:232)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:290)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:162)
at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:651)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:671)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:196)
at java.base/java.lang.Thread.run(Thread.java:1583)
The xscat one is not free software it seems,
EDIT: sk can only be played online, and requires giving people your public ip… not something I can use for a normal user, secureskat needs irc. Hmmm… difficult
Mainly want/need a skat that supports an AI player, multiplayer would be “cool” but has to be easy to setup somehow.
Using JavaFX is what makes it non-portable, some (a lot of?) porting work would be required to get JavaFX running on Haiku.