Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

peculiargames

2
Posts
32
Followers
1
Following
A member registered Oct 16, 2013 · View creator page →

Creator of

Recent community posts

Hi midnightkid!

Yes, I got a request last summer to update the included Android version so I moved everything into Android Studio and tweaked and compiled it against newer Android SDKs. Got it working on my phone running Android 9, but unfortunately not the newer version the requester had on his phone :(

So... I can't promise any dates for a newer version that works properly on the latest Android, but I can say I haven't given up on it, FWIW.

Apologies about this... But thank you for your interest and patience!

Thanks for the interest and the question.

I didn't use an engine to make the game... But I sort of ended up making my own engine (-ish) for these Nintendo-style roguelike games. Well, a sort of engine that probably nobody else would want to use lol.

Here's a brief history:

  • Wrote core engine in C for Nintendo DS
  • ported to Android by slapping on a Java interface layer (game now becoming like Frankenstein's monster)
  • ported to PCs that have Java and a "sprite" graphics library installed 

For future games, it makes more sense to use an established engine.