Skip to content

v0.3.1

Compare
Choose a tag to compare
@Gleefre Gleefre released this 05 Jun 14:23
· 17 commits to master since this release

Installation instructions

Download a matching archive for your operating system (there are versions for Windows, Ubuntu 20.04 and Ubuntu 22.04).
Extract the archive and run waller/run.sh or waller/run.bat script to run the game.

You can also run the level editor waller/run-editor.sh or waller/run-editor.bat:

./waller/run-editor.sh
Usage:
   ./run-editor.sh [options] <level-number>
     <level-number>           Number of level to edit (must be a positive integer).
     -W, --width <number>     Create new level with given width (must be a positive integer).
                                (-H must be also present)
     -H, --height <number>    Create new level with given height (must be a positive integer).
                                (-W must be also present)
     -h, --help               Display this message