X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=worlds%2Fbricabrac.scm;h=5465aa5176705e2d7e51425f353fa8e822ee2257;hb=0580e6a2294089a142923e4fba9b345d7442af79;hp=c9b4fd8c332a6e5306d69e64060bf2b25241c487;hpb=602dfed992cd4be0f139ae6b07bf1f865f870737;p=mudsync.git diff --git a/worlds/bricabrac.scm b/worlds/bricabrac.scm index c9b4fd8..5465aa5 100644 --- a/worlds/bricabrac.scm +++ b/worlds/bricabrac.scm @@ -297,6 +297,7 @@ they're all boarded up. Guess this is still a work in progress, huh?" (define game-spec (append lobby grand-hallway)) +;; TODO: Provide command line args (define (run-game . args) - (run-demo "/tmp/bricabrac-game.db" game-spec 'room:lobby)) + (run-demo game-spec 'room:lobby #:repl-server #t))