brettchalupa / sokoworld

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

Desktop builds #9

Closed brettchalupa closed 2 months ago

brettchalupa commented 3 months ago

macos will require changing how asset folder is referenced, I've got code for that

windows and linux will prob just be scripts that cargo build --release and copy the assets folder and zips 'em up

will do by hand to start and then figure out automation in the future on CI

reference

macos 🍎

windows :window:

linux 🐧

brettchalupa commented 2 months ago

got this good enough for now... will have to manually build them on each target platform since I didn't get cross-compiling working but should be fine for this project's needs for now