I want to make a bullet hell game

Hello everyone!
I’m pretty new to Java and Android, but I’ve been studying Java like crazy (even though I still don’t consider myself to know much… I’ve learned all the way up to encapsulation and inheritance, and started learning about the concept of polymorphism, so I’m still on the basics).

At the same time, I’ve been working with the android studio interface, which is quite daunting (especially when the android API isn’t, naturally, in the Java book I’m reading) but I’ve been looking at stackoverflow, the android developer site and google when I have questions.

Basically, I want to make a super simple 8-bit bullet hell game (I say bullet hell, but not as INTENSE as something like mushihime, I feel like that would be really difficult), and I want to do this on android. I’m just not 100% sure where to start, and I know there are so many methods of development for making different types of apps, so I was wondering if anyone has any tips, or if any of you all have done something similar to this.

Thanks a lot! :slight_smile: