summaryrefslogtreecommitdiff
path: root/run-game
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-04-18 10:30:01 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-04-18 10:30:01 -0400
commitc2cd4cdbfa8f5a83f00d3f2c0a2091161584177f (patch)
tree05b3213954a4694ceb8ba78fab93073b7b966bee /run-game
parentdbc822ba1961b67a66e3f9219e47f9fbcc112789 (diff)
Implement basic game states with placeholder art.
Diffstat (limited to 'run-game')
-rwxr-xr-xrun-game2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-game b/run-game
index a50c20c..0fb9b15 100755
--- a/run-game
+++ b/run-game
@@ -1,3 +1,3 @@
#!/bin/sh
-DEV_MODE=1 ./pre-inst-env guile game.scm
+DEV_MODE=1 ./pre-inst-env guile -c '(use-modules (game)) (launch-game)'