Tagged Questions
0
votes
4answers
197 views
Twin stick shooting with keyboard
In a top down shooting game, what alternatives are there for input if I want the direction of movement to be independent from the direction I'm shooting at? I'd like to avoid shooting with the mouse ...
5
votes
4answers
529 views
Optimal touch controls for a twin-stick shoot 'em up?
So we recently launched a shoot 'em up arcade-type game (think Smash TV or I Made a Game with Zombies in It!). You can move in one direction and fire in another, so the ideal control scheme is ...
9
votes
1answer
362 views
Is there a gold standard for touch controls in scrolling shoot-em-ups?
Is there currently a "standard" for touch controls in shooters on platforms such as iPhone or Android? I've noticed that many of them enable auto-fire by default, or control the character via direct ...
16
votes
5answers
1k views
Enemy Spawning method in a Top-Down Shooter
I'm working on a top-down shooter akin to DoDonPachi, Ikaruga, etc. The camera movement through the world is handled automatically with the player able to move inside of the camera's visible region.
...