Author Topic: Android Studio - anyone tried developing a rogueli(k/t)e with it?  (Read 8584 times)

Skeletor

  • Rogueliker
  • ***
  • Posts: 580
  • Karma: +0/-0
  • villains ftw
    • View Profile
I've been hearing great things about Android Studio and looks like one can build games for Android quite easily.. was wondering if anyone tried developing a roguelite / roguelike with it.
What I enjoy the most in roguelikes: Anti-Farming and Mac Givering my way out. Kind of what I also enjoy in life.

Krice

  • (Banned)
  • Rogueliker
  • ***
  • Posts: 2316
  • Karma: +0/-2
    • View Profile
    • Email
Re: Android Studio - anyone tried developing a rogueli(k/t)e with it?
« Reply #1 on: March 27, 2019, 11:24:17 AM »
Never tried it, but I was reading the manual and it seems to be a lot like XCode. It even requires at least 8Gb memory, I only have 4 in both my computers (Mac Mini and PC). XCode is actually a hilarious experience in that 4Gb Mini, because it can't update itself, it's just too large for that system. Android Studio is using Kotlin as built-in language, it actually does look like an interesting language by itself, it's thought to be "like java, but better". Just like C#/java/D/etc. was thought to be better than C++. However, it does not look easy as a whole. But I might be wrong.

Slash

  • Creator of Roguetemple
  • Administrator
  • Rogueliker
  • *****
  • Posts: 1203
  • Karma: +4/-1
    • View Profile
    • Slashie.net
    • Email
Re: Android Studio - anyone tried developing a rogueli(k/t)e with it?
« Reply #2 on: March 29, 2019, 09:32:12 PM »
I've been hearing great things about Android Studio and looks like one can build games for Android quite easily.. was wondering if anyone tried developing a roguelite / roguelike with it.

I did a pretty small 7DRL for it, targetting Android Smartwatches. It downloads a crazy amount of dependencies, but last time I checked it was the "official" and more supported way to create native Android apps, so once that was done, and if you are familiar with IntelliJ it just works well.

https://blog.slashie.net/2016/03/14/rise-of-kramora-2016-7drl-victory/
https://blog.slashie.net/2016/03/21/rise-of-kramora-now-available-for-android-phone/
https://play.google.com/store/apps/details?id=co.slashware.legendsofrelojiah

Then again I don't recall what it uses for graphics. For something more elaborate than this small app, I would probably use libgdx or similar.

Makes me want to go back and develop in Java, but only for a little bit.

Skeletor

  • Rogueliker
  • ***
  • Posts: 580
  • Karma: +0/-0
  • villains ftw
    • View Profile
Re: Android Studio - anyone tried developing a rogueli(k/t)e with it?
« Reply #3 on: April 09, 2019, 02:52:18 AM »
Thanks guys.

Slashie, how long did it took you to make RoK with AndroidStudio?
What I enjoy the most in roguelikes: Anti-Farming and Mac Givering my way out. Kind of what I also enjoy in life.

Slash

  • Creator of Roguetemple
  • Administrator
  • Rogueliker
  • *****
  • Posts: 1203
  • Karma: +4/-1
    • View Profile
    • Slashie.net
    • Email
Re: Android Studio - anyone tried developing a rogueli(k/t)e with it?
« Reply #4 on: June 13, 2019, 07:36:41 PM »
Well it was a 7DRL so, seven days :)

I think I released an update afterward to support also Android phones, but it didn't take much more.