Devlogs
Worm Playdate V1.1
Posted November 07, 2025 by joyrider3774
#news #release #update #worm
An update for Worm Playdate version here's whats new:
- Better Collision detection, it now also checks for intersections on the rectangles instead of only fully inside in for example, walls, collectibles or obstacles
- Faster Collision detection for tunnel walls by only checking the tunnel sections near the player instead of all of them
- Fix a few tunnelSection potentially not being intialized although it posed no problem during gameplay in the previous version
- More Variables / constants in the code instead of relying on hardcoded numerical values