Quote:
Originally Posted by knc1
|
Oh, I'm getting crasy with this. This is still not the Solitaire Mahjong I was searching for. It is an adoption of a other Mahjong inspired game.
After a lot of research I found the following candidates:
1) A python based collection of Solitaire games
http://pysolfc.sourceforge.net/
Not sure if the python package is able to run it or all libs are there (e.g.
https://code.google.com/archive/p/python-ttk/)
Would be nice to get it working as it implements about 1000 Solitaire card and Mahjong based games.
2) xmahjongg
Looks like a simple implementation in C with only basic requirements. No idea what lib is used for graphic output. For me it looks like it only uses direct X11 calls.
http://www.lcdf.org/xmahjongg/
Compiles on Ubuntu without problems. Need to be started with parameter -B that points the the share directory (e.g. ./xmahjongg -B '/home/user/Dokumente/Kindle/Mahjongg/xmahjongg-3.7/sahre')
3) Lopan
A simple SDL based Version. The homepage is gone, but archive.org has a copy of the latest src archive.
http://web.archive.org/web/201603100....com/sdllopan/
So that’s my research results for today
Hanspeter