aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.md3
-rw-r--r--game.scm2
3 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..92b9cae
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+game: game.scm
+ csc game.scm -o game
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9970550
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# FREE-FALL
+
+Free Fall is a game written for the [Spring Lisp Game Jam 2026](https://itch.io/jam/spring-lisp-game-jam-2026).
diff --git a/game.scm b/game.scm
new file mode 100644
index 0000000..54ee68c
--- /dev/null
+++ b/game.scm
@@ -0,0 +1,2 @@
+(import (downstroke engine))
+