Comments

Log in with itch.io to leave a comment.

(+2)

Made it to level 7 (Mechanized)! The person finder helps a lot :)

Yes, being able to find things makes or breaks a run, IMO. Something we are discussing improvements to. I did a run last night to level 14 but I ended up cheating a bit to locate the last couple of objectives on a couple of levels.

(+2)

The spaceflight is very satisfying! I can't hit a damn thing with the guns though. XD

Sorry you're having trouble hitting things! I am terrible at these types of games, and I helped make this. I played Sektori a bunch trying to beef up my skills.

I am very proud of the spaceflight though; it's something I've been poking at for many years. Trying to get across the ideas of orbital mechanics in a simple, accessible way. (Kerbal sort of stole my thunder there.)

Hehe. One thing I did that was mean was to add the player velocity to the bullet velocity, which plays havoc on all the aiming when you are moving. However, it does prevent you from catching up to your own bullets when moving quickly :)

(-1)

You have fundamentally misunderstood roguelike in its entirety to the point you've made an arcade game.

(+2)(-1)

The most satisfying thing to me about roguelikes is when I get into a flow state, hammering the keys and making the turns fly by. This game just cranks up the turn speed a bit, to around sixty per second. Ultimate flow state.

Jokes aside, one of the things on the roguelike front that we were exploring here is a more free-form environment grid. The world is constructed of concentric rings of hex-ish cells, built so we have flat surfaces for people to stand on and rockets to land on. Enemies are doing pathfinding and so forth on this grid, same as in any other roguelike. The "hunter" and "ranger" enemies move a "hex" at a time under the hood.

Thanks for writing in! Hope you enjoy it.