brettchalupa / sokoworld

Classic box pushing puzzler Sokoban (built in Rust with Macroquad)
https://brettchalupa.itch.io/sokoworld
Other
4 stars 0 forks source link

Support loading assets from a specified directory #44

Closed brettchalupa closed 1 day ago

brettchalupa commented 1 day ago

Set via the SOKOWORLD_ASSETS environment variable or the --assets arg.

Includes a rudimentary arg parser that supports = and space for separators.

Resolves https://github.com/brettchalupa/sokoworld/issues/43