For the lisp game jam http://itch.io/jam/january-2016-lisp-game-jam. Also practice for my future forever project game (not yet named). This is a roguelike where you play a necromancer able to summon skeletons and any other powers I have time for.

README.org 1.5KB

    <ul> <li>Crypts and Corpses ** Description A simple roguelike where you play a necromancer. Created for/during the common lisp game jam here: [[<a href="http://itch.io/jam/january-2016-lisp-game-jam]" rel="nofollow">http://itch.io/jam/january-2016-lisp-game-jam]</a>] ** Install *** Install [[<a href="https://www.quicklisp.org/beta/][quicklisp]" rel="nofollow">https://www.quicklisp.org/beta/][quicklisp]</a>] *** Clone [[<a href="https://gitlab.com/azrazalea/cl-bearlibterminal][cl-bearlibterminal]" rel="nofollow">https://gitlab.com/azrazalea/cl-bearlibterminal][cl-bearlibterminal]</a>] into ~/quicklisp/local-projects/ *** Clone [[<a href="http://git.axity.net/axion/crawler][crawler]" rel="nofollow">http://git.axity.net/axion/crawler][crawler]</a>] into ~/quicklisp/local-projects/ *** Clone this git repo into ~/quicklisp/local-projects/ *** Install [http://foo.wyrd.name/en:bearlibterminal][BearLibTerminal] *** (ql:quickload :crypts-and-corpses) *** (crypts-and-corpses:start) ** Mac OS *** You probably need this pull request for BearLibTerminal to work <a href="https://bitbucket.org/cfyzium/bearlibterminal/pull-requests/1/add-support-for-mac-os-x/diff" rel="nofollow">https://bitbucket.org/cfyzium/bearlibterminal/pull-requests/1/add-support-for-mac-os-x/diff</a> ** License Copyright (C) 2016 Lily Carpenter</li> </ul> <p>This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p> <p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.</p> <p>You should have received a copy of the GNU Affero General Public License along with this program. If not, see <a href="http://www.gnu.org/licenses/" rel="nofollow">http://www.gnu.org/licenses/</a>.</p>