summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorJakob L. Kreuze <jakob@memeware.net>2018-10-21 19:20:33 -0400
committerJakob L. Kreuze <jakob@memeware.net>2018-10-21 19:20:33 -0400
commit9c6da23443c7c10aef35b8d2a558b1cf664d2001 (patch)
tree3ec695b396efddf6a98dccdba6cebde281a2e2fd /README.org
parent49de0938a3609be7bcf9bed6766bc27f2d389c2a (diff)
Update readme
Diffstat (limited to 'README.org')
-rw-r--r--README.org16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.org b/README.org
index f7bde21..ea9eead 100644
--- a/README.org
+++ b/README.org
@@ -1,9 +1,21 @@
-#+TITLE: README for swanky
+#+TITLE: README for slime-the-world
#+AUTHOR: Jakob L. Kreuze
#+EMAIL: zerodaysfordays@sdf.lonestar.org
#+DATE: <2018-10-19 Fri>
-* 1. Thanks!
+My entry to this year's [[https://events.tymoon.eu/4][Autumn Lisp Game Jam]]. The theme was slime, so it's a
+game about covering everything in sight with slime.
+
+* 1. Running the Game
+
+You will need the [[https://love2d.org/][LÖVE2D]] engine. Once you've obtained that, you can run the
+following from the root directory:
+
+#+BEGIN_SRC sh
+love .
+#+END_SRC
+
+* 2. Thanks!
** [[https://technomancy.us][Phil Hagelberg]]