Devlogs
v0.1.0 - Game Loop
WZGA browser game made in HTML5
Posted February 04, 2025 by st1sdan
New Features:
- Game Loop Implemented:
- After defeating almost all enemies in the current level, a portal will spawn.
- Entering the portal generates a new level.
- Currently, there are 3 levels available:
- 50x50 Area: 10 enemies.
- 20x20 Area: 4 enemies.
- Random Boundaries: Random enemy spawns.
- Game Over Screen Added:
- A new "Game Over" screen has been implemented.
- New Cheat Command:
- A cheat command has been added that significantly boosts the player's strength and speed, along with zooming out the camera for better visibility.
Bug Fixes:
- Small Bug Fixes: Various minor bugs have been addressed to improve overall gameplay stability.
Known Issues:
- Slimes Flying Off-Screen: Due to collision issues, slimes can sometimes fly out of the screen. This is currently being investigated and will be fixed in future updates.