luther07 / Adventure

Adventure game from Land of Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This code is borrowedd from Land of Lisp. To start the game, first start a common lisp REPL. Then, load the code with: (load "game-engine.cl") Finally, start the game by calling the game-repl function with: (game-repl)

In order to add an object to the game, add a new item to objects and add an object/location pair to object-locations.

About

Adventure game from Land of Lisp


Languages

Language:C 100.0%