0
votes
0answers
132 views

Mobile (Android) Game Level Structure [closed]

The question I have is not code-related but rather about the structure of the game. I wasn't sure if I could post such questions here but I have seem similar ones posted so I guess it's OK. I've ...
1
vote
1answer
307 views

How do I generate a level randomly?

I am currently hard coding 10 different instances like the code below, but but I'd like to create many more. Instead of having the same layout for the new level, I was wondering if there is anyway to ...