Play game
A Small World's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Use of the Limitation | #7 | 3.600 | 3.600 |
Art | #11 | 3.100 | 3.100 |
Presentation | #14 | 2.500 | 2.500 |
Overall | #17 | 2.480 | 2.480 |
Audio | #18 | 1.300 | 1.300 |
Gameplay | #18 | 1.900 | 1.900 |
Ranked from 10 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Team members
Me
Software used
GIMP, JavaScript + Three.js library
Cookies eaten
4
Leave a comment
Log in with itch.io to leave a comment.
Comments
Simple little survival game, but the movement was way too slippery. Try a circle collider so the player can move along those small blocks more smoothly without getting caught. Good work!
Not sure if it was intended, but I was moving REALLY fast. Other than that, it's pretty cool
It looked nice and stuck to the limitation, better luck next time time wise!
Nice jam submission! Congrats! Good to see you stuck to the limitation.
I like how the terrain looks, is it pre-made or generated during play?
It depends. It's not infinite. It's all generated before the game is launched, but it is procedural. I used a custom function to generate noise to an array and interpolate between the values.