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.

package.lisp 68B

123456
  1. ;;;; package.lisp
  2. (defpackage #:crypts-and-corpses
  3. (:use #:cl))