Skip to content

Releases: Iamlooker/zigi

Release list

v0.0.2

Choose a tag to compare

@Iamlooker Iamlooker released this 04 Jul 18:07
26d72fb

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.gz for Linux, .zip for
    Windows) containing the binary and resources

v0.0.1

Choose a tag to compare

@Iamlooker Iamlooker released this 04 Jul 17:20
874cf96

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)