I've started the porting of YSoccer from Blitzmax to Java (+ libGDX).
If everything goes well, this will be the basis for the next versions of the game.
You can get, compile and run the development version in you Linux (or Windows or OSX) desktop from SourceForge Git repository:
Code: Select all
$ git clone git://git.code.sf.net/p/ysoccer/code ysoccer
$ cd ysoccer/java/
$ ./gradlew desktop:run