Page 1 of 1

2 questions regarding the engine

Posted: 10 Jun 2016, 02:36
by BjM
Hi! First of all, amazing game! It's what I was looking for ages on android. Really like the old school feel, and it's UI is great for mobile. Nice game mechanics and pretty graphics. :) (sry, no comment about sound, I always play mute)

So, to my questions. Somewhere on the forum (sry, found while working and didn't found now) the graphic desingner told the game was made on a Java 2d engine. Is there a more specific term, name? Or it was an engine made by the team on Java?

The other is, if it's Java isn't it supossed to be easily compiled for pc? I didn't have the demmand for this, like it mobile, but this question makes me itch.

Sry, for the english, brasilian here.

Bye!

Posted: 10 Jun 2016, 15:10
by Lobby
Hi,

we're using the engine jPCT for Android. It's basically a wrapper for OpenGL to make things easier.

The main problem for porting is the world around the graphical stuff. There's a tight coupling between Android SDK and the game itself. So I think this would be the main part where work has to be done.

Greetings
Lobby

Posted: 11 Jun 2016, 00:01
by BjM
Thx!!

Makes sense.