Page 1 of 1

Gateway to Apshai X

PostPosted: 09 Sep 2018, 19:27
by Bobach
Hi,
I have remaked the famous Gateway to Apshai console game as an Android app. You can find it in the Google Play Store by searching for:

Gateway to Apshai X

Image

https://play.google.com/store/apps/details?id=de.lambdamoo.gta.client

I have posted few screenshots in the Play Store. Feel free to give any comments, because the fight mechanics had to be adapted to playing on phones/tablets :)

Many thanks to Kroah for his reverse engineering of the game mechanics http://bringerp.free.fr/RE/Gta/news.php5

Regards Bo

Re: Gateway to Apshai X

PostPosted: 15 Jul 2019, 01:28
by Kroah
Hi Bobach,

Thank you for sharing your remake.

It's always a pleasure to play this game again.

Did you use the vanilla map generator with different seeds?
I did not recognize the levels, but maybe it's my memory.

Kroah

Re: Gateway to Apshai X

PostPosted: 16 Jul 2019, 13:46
by Bobach
Hi Kroah,

I have written the app in java with the Libgdx library. Unfortunatly I was not able to use the class DungeonBuilder with the iterate method as is, because it was hard to understand with the goto statements and therefore not able to copy it to java. I wrote a new generation algorithm, so that the dungeon layout doesn't match to the original game.

If you see any chance to better understand it, I would be very happy to retry the algorithm.

Regards Rene