Play game
Sisyphus is in Bullet Hell's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Theme | #178 | 2.475 | 2.625 |
Overall | #232 | 2.475 | 2.625 |
Fun | #246 | 2.357 | 2.500 |
Audio | #311 | 1.650 | 1.750 |
Visual | #312 | 1.886 | 2.000 |
Ranked from 8 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Are you using any third party assets?
No
Are you using any AI generated assets?
No
Did you use BulletFury?
No
Leave a comment
Log in with itch.io to leave a comment.
Comments
It's funny, the enemy bullets carried me all the way to the summit, but I forgot to grab my boulder. XD I liked the slingshot mechanic. It would be nice to include an indicator of slingshot strength as well, and work on better visibility for player bullets. Good luck on the rest of your course work and great job on your jam submission!
Very creative idea! Collisions and slingshot mechanics could use some polish.
I was able to beat your game despite it not having an end, I understand this is a jam game and time gets the best of us but here are somethings that I would needed to be fixed or changed in your next version:
Enemy bullets shouldn't send the player flying into the air
Enemy bullets sometimes phase through a platform they are shooting at causing then to fly throughout the map
Enemy collider for the slingshot needs to be raised, instead of the bullet going through the center of the enemy it should hit the entire enemy to disable it shooting
Some platform structures have an edge you cant get over without jumping like your Z shaped platforms
When the player hits the side of a platform they freeze in place I am assuming this is because there is logic in place that says if the player is touching platform player vertical velocity = 0 which makes for some odd hanging options for the player.
Slingshot bullet size could use increasing
Win condition could easily be a a box collider where the stone is in the box we run a win function that changes the screen or does something.
Okay changes/fixes over.
This game is simple and once you kill a good amount of enemys is straightforward to beat for sure. For a first game/jam project I think you did well given how ever much time you gave yourself. Well done on posting a working game!
Thank you for the feedback :)
I wanted to make an ending where Zeus or a Fury appears in front of you and then sends you back to the bottom or something along those lines, I also wanted to do more elaborate textures for the background platforms and Sisyphus and his boulder.
Originally the system for my bullets had their position be changed by transform.position constantly every update depending on the position they were shot from, But i wanted my bullets to bounce off platforms and walls so i changed to be an initial velocity and direction on their rigidbody, which caused some funky stuff like the phasing through platforms you describe, I procrastinated quite a bit with this one.. so that's on me hehehe, the reason the bullets shoot you into the air is because I have them apply a random force in a random direction to the player's rigid body when they collide, it's supposed to be a mechanic, but all of them need a ton of adjustment.
Well, maybe I'll pick this project up again once I finish my finals, once again, thanks for the feedback, I'll take it into account if I do come back to this project.
Never give up is the theme for this game and should be for you aswell! Ill keep an eye on this project to see if there are any updates and let you know what I think along the way!
Expected more Camus references but whatever;
The idea/concept is pretty cool, the fact that bullets don't kill the player is very interesting.
The physics though, were very unfair, the colliders on bullets weren't on trigger so they just shot me into air, also some enemies are pretty much unavoidable which is not so good for bullethell.
Anyways I liked the concept.