Snomans Land
This game is not designed to run on your device. Add it to a collection to play later, or you can try to run it anyway.
A small game made for https://itch.io/jam/godot-jam-2024, by Zaft
| Status | Released |
| Platforms | HTML5 |
| Author | ZAFT |
| Genre | Simulation, Puzzle |
| Made with | Godot |
| Tags | Mouse only, Physics |




Comments
Log in with itch.io to leave a comment.
The HTML export doesn't work for me, after starting the game it just shows an all white screen with Previous and Next at the top :( On Windows 11 with a chromium browser.
Fun game, accidentally launched myself into stratosphere :D Loved that there's so many different mechanics.
How did you do this snowing effect if it's no secret ? Ae these some particle emitters or is this some advanced shader?
Le dot
particles would have been a lot easier but for the web export I’d have to use CPU Particles and was afraid it would be too laggy… so the snow is a shader : )
there’s also a little bit of glow and tonemap via world environment on top to make it feel a bit colder overall
Would you mind sharing the shader or linking to any resources you used to create it?