A basic slingshot game with 5 levels.

Each level introduces a new game mechanic.

1. Regular static anchors (BLUE). Player swings by attaching.

2. Regular obstacles (RED). It introduces an obstacle, it also increases the players speed on its surface.

3. Bouncy obstacles (GOLD). It introduces bounce to player.

4. Dynamic anchors (GOLD). It introduces moving anchors.

5. Slingshot anchors (PURPLE). It introduces slingshot mechanism on anchors.

Game can be played with both space bar and left mouse button.

Published 8 hours ago
StatusReleased
PlatformsHTML5
Authorburakssen
GenrePlatformer
TagsGame Jam, raylib, Simple, slingshot

Comments

Log in with itch.io to leave a comment.

pretty similar to stickman swinging game (i forgot the name) but still very cool, just wondering what did you make it in

Thank you, I have used C++ and EnTT for data management.

i really like that game but one small issue every time you die you must wait 5 second its annoying

Thank you. I have done that because of input handling issues, I couldn't find any other solution.

Just wanted to give an heads up, level 3 is hard to manage but its doable.