Tagged Questions
0
votes
4answers
190 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 ...
3
votes
2answers
354 views
Where should input be used?
I'm working on an input system (in C#) and now I'm wondering, what is the best place to put input functionality?
Currently what I was coding was a bunch of delegates which act as callbacks (i.e. ...
5
votes
4answers
528 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 ...