Play game
Noisy Spirits's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Overall | #3 | 3.652 | 3.652 |
Creativity | #4 | 3.826 | 3.826 |
Fun | #4 | 3.478 | 3.478 |
Theme | #5 | 4.087 | 4.087 |
Polish | #6 | 3.217 | 3.217 |
Ranked from 23 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Talking points of your game.
The game take place in a city where noisy spirits come at night to wake up residents !
You decide to take your landing net, and try to catch these noisy spirits and lock them up in a soundless box before they wake up the inhabitants of this city !
But be careful when you catch a spirit in your net ! Other spirits won't let you lock him up and will try to rescue him.
Will you be able to capture them all and save the night from the inhabitants ?
Controls:
Q - Move to the left
D - Move to the right
SPACE - Jump
Mouse - Move around your mouse to move the landing net
What assets did u use? Link them here
https://www.dafont.com/fr/odin-rounded.font
Leave a comment
Log in with itch.io to leave a comment.
Comments
Please, in future, use Input.getaxis("Horizontal") Not only is it easier to code with, it has built in controller support, and built in keyboard mapping support.
I couldn't have fun with this till I manually remapped my keys from razer synapse, It just caused a mental barrier that was too harsh.
Thank you for the feedback ! We've used KeyCode instead of Axis, and we wanted to add a "settings" menu so the player can change controls but we didn't get the time to implement it.
What kind of keyboard has Q and D not awkwardly positioned in a diagonal line xD thats really weird but managable.
I also only caught the first spirit, but couldnt get up in the level to catch the other ones. Am I retarded?
Thanks for the feedback !
We made the game using an"Azerty" keyboard that's why the controls feel weird on "qwerty" one.
You need to jump using the space bar to get up in the level and catch the others (you can also double jump).
Interesting concept. I liked the 1-bit look of the game. The first level was quite challenging though - I didn't pass it. I just wish the game allowed me to change the controls using the Unity launcher. Use Input.GetAxis("Horizontal") and Input.GetAxis("Vertical") to get what the player is pressing, instead of hardcoding it to certain keys.
Thank you, I appreciate the feedback !
We were short in time to add this feature but we'll add it in a post-jam release.
Great game ! This level was hard but i've finally made it ! It was actually a lot of fun, are you planning to add more level ? :D
Good job on making this game !
Thank you ! Happy that you liked it, I was afraid that no one could finish the level because we were running out of time during its conception.
And yes we are planning to add more level with a better flow in a post-jam release :)
This is a great game, it has a fun concept, cute art, and great game play, however it is really hard, it would be cool if you collect a spirit, the sound goes down, so you have more time. Also i don't understand why you chose "Q and D" instead of "A and D", but those are minor flaws, overall, this is a cute game with fun game play and a great concept :D
Thank you for the feedback :D !
I agree this level is actually quite hard sadly we didn't had the time to test it a lot!
Yes we've been thinking about it, we will add this feature in post-jam release in addition to bug fixes ! And for the controls its because we are working on azerty keyboard so we will also fix that.
I can't jump properly. most of the time the character doesen't jump at all, and sometimes it seems i can jump in the air as many times as I want, really weird and wonky jump control
Thanks for the feedback. The Post Jam patch will fix the jump, smooth the camera in addition to minor bug.