Small game made for Ludum Dare 45 in 48h.
Roll your way through 7 levels and collect snow to make a happy snowman.
Controls:
- left/right: move
- up: jump
- x/c: reset level
The Ludum Dare page is here if you want to vote: https://ldjam.com/events/ludum-dare/45/snowball







A Ludum Dare 45 entry about trying to create a Ludum Dare 45 entry. Explore town, examine the scenery, and talk to those around you as you search for... inspiration.
CHANGELOG:
- 2019/10/12: Further collision detection fixes.
- 2019/10/10: Fixed the bar exit so it no longer glitches you into a wall.
- 2019/10/09: I fixed an error that caused the game to sometimes not progress past the logo screen, and added collision detection to the traffic cones so you can no longer glitch out of bounds.











Inspired by the theme "Start from Nothing" from the Ludum Dare 45 game jam, I wrote this little pico-8 animation where code is written into an empty pico-8 editor by an unseen hand.

After upgrading to Pico-8 0.1.12C I noticed pixels were a bit blurry, even with the explicit option -pixel_perfect 1
Well, it seems the reason is not PICO-8 but a recent Windows 10 update. I have systemwide DPI set to 125 % and Windows therefore tries to scale the PICO-8 window a bit.
I fixed that by right clicking on the PICO-8 shortcut, settings, Compatibility, Button "Change High DPI-Setting".
In the following dialog turn on both checkboxes:




![]() |
[0x0] |
Hello again,
This time I decided to make something I always try and do in game-making programs but never quite manage to finish correctly. I'm happy I did this time!
It's simple, but I think entertaining: you're a bee and dodge wasps to collect as much honey as possible. There is no other objective beside making more points before the wasps get you.
You can tell me what you think, and I thank you for your feedback!

Thought I would put this out.
I've seen quite a few platformers up to now. Only a few of them use dual scrolling maps.
What is that ? Try out the cart to see for yourself.
Very small coding. Uses _INIT() and _DRAW(). Hit arrow keys left and right to scroll.
Also wraps correctly. Method is included in the code.
HOPE THIS HELPS !


How exactly do we move music between carts? I'm trying to use one track ("Melancholy") from Robby Duguay's Nine Songs https://www.lexaloffle.com/bbs/?tid=2619 but, what code do I need exactly? I can copy the patterns into another cart but stuck where to go from there. I am googling in vain, someone please explain in the most basic terms possible what I gotta do.



