Play game
SalvagedMini's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Graphics | #3 | 3.858 | 4.167 |
Music | #7 | 2.932 | 3.167 |
Sound Effects | #8 | 2.932 | 3.167 |
Deliciousness | #12 | 2.623 | 2.833 |
Gameplay | #12 | 2.623 | 2.833 |
Game Design | #13 | 2.315 | 2.500 |
Respect of the theme | #14 | 1.697 | 1.833 |
Ranked from 6 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Judge feedback
Judge feedback is anonymous.
Could use better collisions. Aside from that, Great game!
Softwares Used
Processing 3 / Java
Team Members
Me
Cookies Eaten
1337
Leave a comment
Log in with itch.io to leave a comment.
Comments
Neat game! I included it in my Mini Jam 3rd Edition compilation video, if you’d like to take a look. :)
Wow. What an experience! This really feels like a mario remake. You had some Really excellent level design. I would like to see the rest of world one!
The camera is also a nice touch. This was one of the more solid games that i've played for this jam. Good work!
When the player moves upwards then falls down onto what should be a platform the player dies, this made the level essentially impossible. Sometimes block collisions seem to be non-existent. Movement feels like it has a delay on it, makes navigation unnecessarily difficult. The enemies move behind the green blocks leaving the player to figure out where they are based on a pixel or two below the blocks.
The way you used the graphics was nice, the sight motion on the characters also made them feel a lot better.
Overall if the controls were tighter and more responsive the game would be much better, still a good attempt though 😊
I'm not able to recreate the collision issue you mentioned, there is one known bug if you hit a 90 degree corner just right you can clip through.
As far as the movement, it isn't delta-time compensated, so if your not able to run at a consistent 60fps your movement could feel weird, it's tight for me, but there is a low pass filter on the camera that could make it appear delayed.
For my playing experience, it can be challenging but it is far from impossible. It's only two short levels so it needs to be "nintendo hard".
I was definitely running at 60 fps, are you sure there isn't any deceleration time etc.? It felt like it seemed like the player didn't instantly stop/start movement.
I wasn't criticising the difficulty, I was saying the bug with the camera makes it nearly impossibles due to resetting every few seconds.