Thanks ;)
Dynaparte
Creator of
Recent community posts
Pretty alright, the controls need a bit of work though. I'd suggest that both thrusting and turning should be made into accelerating variables. For example:
If right_arrow is pressed(
rotate right += turn
turn += 1)
If right_arrow is released(
turn = 1)
This obviously isn't the exact code that you'd use, but something like this would make it so that each frame where you're holding the right arrow key would add to your turning speed. And also once you let go of the right arrow key the turning speed would reset to your smallest desired number. With this sort of coding, player can make small adjustments as well quick turn arounds. And this will also add some good feeling weight and physics to your player object if you adjust it just right.
I hope this was helpful to you. You're game actually reminds me a little of the game that I made for GMTK 2017, although in my game I wasn't quite able to lose the shooting mechanic.
I'm glad that you found the game enjoyable. When I first started making this game, I wanted to make a game that was sort of a magnum opus of mine. But as it turned out, when I downloaded Gimp and started making sprites in it, it became clear to me that I wasn't going to be able to make the game look nice with my skill set. So once I realized that, I decided to just screw it and make the game as dumb as I reasonably could.
This was a crazy game that I found very fascinating. Maybe this was just me but it felt as if the music and tapping were slightly off beat. I also would've liked a way to restart the game without exiting out of it. I would definitely like to see more of this game in the future.
Please play and rate my game, Headbutt, at this link: https://itch.io/jam/gmtk-2018/rate/299984
I like the idea, but orbiting objects seems a bit too finicky to be reliable. The view was a bit too close to the player character and I would almost immediately get hit by an asteroid flying from the corner of the screen. That being said, I think there's some real potential with this idea and hope you do more with it soon. Please be sure to check out and rate my game, Headbutt, at this link: https://itch.io/jam/gmtk-2018/rate/299984
I really enjoyed the puzzle mechanics and level design of this game. I will say that the fire weapon could've had a better utilization for taking out enemies, as opposed to just making them faster. My final criticism is that the sound for the ice weapon and victory tune are a bit grating on the ears. I would suggest that you bring both of those sounds to a lower pitch. Overall, I found this game highly enjoyable with only a couple minor criticisms.
Please also play and rate my game, Headbutt, at this link: https://itch.io/jam/gmtk-2018/rate/299984
For some reason when I pressed ‘create application’ in Gamemaker Studio it made it so the game only works if you use the installer. I’m also not sure why it ask to connect to your internet. But I can certainly assure you that it’s not a virus. Just install the installer and follow the instructions from there.