diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2018-10-21 19:20:33 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2018-10-21 19:20:33 -0400 |
| commit | 9c6da23443c7c10aef35b8d2a558b1cf664d2001 (patch) | |
| tree | 3ec695b396efddf6a98dccdba6cebde281a2e2fd /README.org | |
| parent | 49de0938a3609be7bcf9bed6766bc27f2d389c2a (diff) | |
Update readme
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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]] |