Tagged Questions
3
votes
2answers
484 views
Android: how do I switch between game scenes in a game? Any tutorials?
I am trying to create a simple game using the Android SDK without using AndEngine (or any other game engine). I have plenty of experience designing games from the past, but I'm having lots of trouble ...
6
votes
1answer
673 views
What methods should save/load a game state
There are a lot of articles about how to save a state of a game and they are pretty good. But I have one conceptual misunderstanding where should I save the state?
My game has number of screens and ...
3
votes
1answer
1k views
Handling game states for Android
Currently developing a game for Android. I went through a tutorial to get sprites, loop, etc. up and running, and it all works fine. The way it is currently set up is that Main creates a canvas, the ...