Hey everyone,
I’ve been working on a game for the last couple of months and it’s turning out great! It’s a platformer where the player can move around and hit or shoot enemies. I’m polishing it up and getting ready to test it on android and iOS, but I’m not quite sure how I should implement the controls. On keyboard and mouse, the player moves and jumps using WAD (W-Jump, A,D move sideways), F for a punch and mouse + Left click to aim and shoot.
I’ve been considering removing the aim to shoot feature and only allow horizontal shooting, but my maps have slopes and the enemies can fly.
I’ve also considered an auto-targeting mechanism but that seems like it would take the fun away from the game.
Any suggestions would really be appreciated