|
@@ -1,3 +1,13 @@
|
|
1
|
+* Crypts and Corpses
|
|
2
|
+** Description
|
|
3
|
+A simple roguelike where you play a necromancer. Created for/during the common lisp game jam here: [[http://itch.io/jam/january-2016-lisp-game-jam]]
|
|
4
|
+** Install
|
|
5
|
+*** Install [[https://www.quicklisp.org/beta/][quicklisp]]
|
|
6
|
+*** Clone [[https://gitlab.com/azrazalea/cl-bearlibterminal][cl-bearlibterminal]] into ~/quicklisp/local-projects/
|
|
7
|
+*** Clone git repo into ~/quicklisp/local-projects/
|
|
8
|
+*** Install [[http://foo.wyrd.name/en:bearlibterminal][BearLibTerminal]] (most likely need to compile)
|
|
9
|
+*** (ql:quickload :crypts-and-corpses)
|
|
10
|
+** License
|
1
|
11
|
Copyright (C) 2016 Lily Carpenter
|
2
|
12
|
|
3
|
13
|
This program is free software: you can redistribute it and/or modify
|