Play game
Rectangle Pew Pew's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Fun | #186 | 2.003 | 2.833 |
Overall | #201 | 1.768 | 2.500 |
Theme | #223 | 1.477 | 2.000 |
Visual | #229 | 1.179 | 1.667 |
Audio | #242 | 0.707 | 1.000 |
Ranked from 6 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Did you use any third-party assets or skeleton code?
https://www.elitepvpers.com/forum/co2-programming/1778865-move-object-around-circle-c.html
Leave a comment
Log in with itch.io to leave a comment.
Comments
This was a nice and compact little game, very clean and simple. As others have noted, some sound effects and music would go a long way towards making it feel more complete, more player feedback on bullet hits would be very helpful, and some indications on what increases your level and health would be great. But overall, great work on making it so small!
Also congratulations on optimising the game so much. It runs pretty smooth.
Its a very interesting game and I like the rectangle look of the game. Perhaps if you could add some sfx it would become better.
I reached level 4 or 5 I think, don't know if there's a winning state.
75 kB is really cool !
The game is simple and fun, I like how you regain life by killing enemies, thanks for sharing.
For reference, the icon has around 30kb
I wanted to ask about engine but I see comment bellow has already done ! Nice little game ! I think it would be more impacting if you add feedback when you hit ennemies or when you lvl up. Reduce rate fire of red ennemies could be good too. I want to kill them ! :')
It's pretty nice! Simple and interesting. What game engine do you use? (or you just develop it all on your own?)
I used C# and drew directly on the window using System.Drawing. I posted the full source code here, it isn't much code tbh: https://github.com/foxfurry69/BulletHellGameJam
I got it. Thank you!