Releases: Iamlooker/zigi
Releases · Iamlooker/zigi
Release list
v0.0.2
Fixed
- Crash on startup in release builds:
resources/(sprites, sounds) were not
bundled with the release assets - Release assets are now packaged as archives (
.tar.gzfor Linux,.zipfor
Windows) containing the binary and resources
v0.0.1
Added
- Random maze generation using a stack-based recursive backtracker
- Player sprite with idle and running animations
- Sound effects for movement, retry, and win
- Maze timer
- Maze baked into a single texture for fast drawing
- Resizable window with fixed-size texture scaling
carve()benchmarks (zig build bench)