Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Star Control was an old DOS game, but it absolutely nailed the arena combat physics resulting in some very fun battles. It even had planets with gravitational pull. If there's any way you can find  a playable version of it on emulator that could give you some really good ideas as to what the movement should feel like.

As for visualizing the ships orientation . . . yeah that would be harder to do as the ship gets blown to bits. Maybe have a permanent "outline" of what the ship looked like to start with so that no matter how much damage it sustains, the player can always tell which way is "up".

(2 edits)

I'm actually very familiar with Star Control; most of the current and upcoming module types are taken directly from it.

Major challenge with the movement is, that although the game may resemble Star Control, its physics work more like in Elite (in 2D, though). Simulation is based on rigidbody physics, forces and masses, that (with modular ships) practically preclude the traditional arcade-movement. As everything floats in a vacuum, only small adjustments are encouraged. Most test players prefer tapping WASD-keys instead of pressing them. If you hold button for too long, you'll definitely overshoot the target. 

Your feedback is appreciated and taken into consideration. Main focus of 0.4.3 will be in movement and controls. I'm planning a more accessible control method, which automatically directs the ship where the user presses (no need to worry, which way is forward). Let's home it helps.