Great game! Has a lot of potential! super fun! Please add dash!!!!
new Vector2
Creator of
Recent community posts
Thanks for taking the time to play my game, :)
I am absolutely thinking of continuing this project, I like how this turned out given the time restrictions. The level scaling is a big issue I am working on, I have already added (on my local dev build) the ability to save up gold to buy costlier upgrades and a few minor adjustments to the metadata. I really appreciate your feedback and I would try to incorporate those!
PS. I completely forgot about sound till the last minute and it was too late by then.
Overall nice game! Good application of the theme I would say. I can definitely see this going forward as a mobile game, though the controls could be junky as you are not using strict lane movement, just guessing though have to try it out.
In terms of feedback -
1. More music variation with collision sound effects is required. Maybe it is already there but I did not notice.
2. You are spawning islands in 5 lanes if I am correct. Maybe have a couple of big islands to replace 2/3/4 consecutive islands. Hope that makes sense. And in some cases, you don't have to block 4 lanes, which will bring variations in obstacles.
3. Adding a cloud/fog effect will enhance the look of the game (In my opinion). Maybe add thick fog on the side screen so you cannot see islands that are far away (on L and R sides).
4. And last but not least - !!!!POWERUPS!!!!
Quick tutorial guide XD
- The player/players you control have "<space>" in them when they spawn.
- As you go through the levels it is going to pick up the letters from the "Letter Points".
- Picking up a letter will shift the position of the existing letters in the player by 1. Which in turn will cause the last letter in the player to be dropped in the "Letter Point". And add the picked up letter on the front. -> player("123_") -> Lpoint("4") -> player("4123") + Lpoint("_")
- The arrangement of the letters in the player is shown in this image. ( https://lospec.com/i/pejd ). The goal is to "Make Love", where "1234" in the image will spell "LOVE".
- Pressing Q will reverse the position of the letters. -> player("1234") -> Q -> player("4321")
- Pressing E will shift the position of the letters by 1. -> player("1234") -> E -> player("4123")
I hope this helps. :)