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.

crypts-and-corpses.lisp 125B

1234567
  1. ;;;; crypts-and-corpses.lisp
  2. (in-package #:crypts-and-corpses)
  3. ;;; "crypts-and-corpses" goes here. Hacks and glory await!