Here are some considerations on building this game:
- Why not iOS?
In my opinion, iOS platform is much better than android for developing a game since it has natively app binary, relatively consistent device configurations, and faster emulator. But I have already tried developing a game for iOS before and want to explore android capabilities.
- What's the game is all about?
I haven't really thought about the title but I will call it 'Football Legend' tentatively. The game is a one button running game with football (soccer) theme. The player will dodge from tackle, pass opponents, dribbling, and kick the ball by only tapping the screen. The action will be determined from player state. So if user is tapping the screen while an opponent try to tackle the player, he would try to dodge it. The action will reward the user certain score based on the tap timing.
That's it for now. For the next step, I will research some engines which is suitable with this kind of game.