a rogue-like
roguish uses the grinder task runner for dart (see
tool/grind.dart
)
to see the list of available build tasks:
$ grind
to build and run while developing:
$ grind compile && bin/roguish
to run all the tasks needed to prepare a release candidate:
$ grind build
- logs are written to
log.txt
in the root of the project. - log level, runtime seed, and key codes can be set in
bin/roguish.conf
. - use the
~
(tilde) key to toggle runtime stats. - use the
`
(grave) key to open the command bar.- see
lib/screen/src/command_screen::_parseCommand()
for supported commands.
- see