A downloadable game

Unfinished game prototype for the Lisp Game Jam 2017 (Easy Mode). It uses the xelf game engine.

Basic controls

Use the arrow keys to move around and the page down key to reset the game.

Download

Download
nightmare-master.zip 50 kB

Install instructions

This project uses the xelf game engine which can be found at http://xelf.me/ It also uses the map tileset called "Cave tiletset" by MrBeast which can be found https://opengameart.org/content/cave-tileset-0

To build and run the game, it requires quicklisp and xelf and xelf's dependencies. With the project in your quicklisp projects directory, you only need to run

(ql:quickload :nightmare)
(nightmare:nightmare)