summaryrefslogtreecommitdiff
path: root/bonnie-bee
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-10-15 14:47:08 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-10-15 14:47:08 -0400
commita2b03f564d1eb66298c5502b07e36c67f856857e (patch)
treeeaf8c93129b3ebb4256542eb1339a28baf4a8ac5 /bonnie-bee
Add project skeleton.
Diffstat (limited to 'bonnie-bee')
-rw-r--r--bonnie-bee/splash.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/bonnie-bee/splash.scm b/bonnie-bee/splash.scm
new file mode 100644
index 0000000..0c2a507
--- /dev/null
+++ b/bonnie-bee/splash.scm
@@ -0,0 +1,5 @@
+(define-module (bonnie-bee splash)
+ #:export (launch-game))
+
+(define (launch-game)
+ (display "hi I don't do anything yet!\n"))