View all by drspaceman0
drspaceman0
Follow drspaceman0
Follow
Following drspaceman0
Following
Add To Collection
Collection
Comments
Devlog
Submission to LOWREZJAM 2023
Related games
Related
Sand Trap
←
Return to Sand Trap
Devlog
Ver 1.0.1 - PICO-8 WASD key support
August 14, 2023
by
drspaceman0
1
-- added WASD keys support to game. This was kinda tricky with PICO-8. You have to poke(0x5F2D, 1) to enable keyboard and mouse then check stat(28, 4) for "A" and stat(28,7) for "D"...
Continue reading
Ver 1 - Full Release!
August 13, 2023
by
drspaceman0
- Sand Trap is now fully released! Might add some minor changes late...
Continue reading
Ver 0.9.1 - Sound
August 13, 2023
by
drspaceman0
- Added sound to sand that bounces off paddle, based on its x position on the screen - Added sound to transitions - Added sound to powerups - Added sound to gameover...
Continue reading
Ver 0.9 - Performance
August 12, 2023
by
drspaceman0
- Did you know cls() is aparently very expensive in pico-8? Removing that increased performance dramatically - Sand now only checks collision with player when at the same height. This saves a lot of c...
Continue reading
Ver 0.8.2 - Graphics update
August 12, 2023
by
drspaceman0
- Centered a lot of text that was misaligned - Made the beginning sand blocks a bit prettier :3...
Continue reading
Ver 0.8.1 - Highscore update
August 12, 2023
by
drspaceman0
- Changed highscores. They are not based on how many layers of sand have been generated, rather then amount of dynamic sand created. This prevented really highscores with integer overflow - Added new...
Continue reading
Ver 0.8 - Inital Release
August 12, 2023
by
drspaceman0
Initial Release. Expect more content soon, including difficulty changes and performance...
Continue reading