jhbabon / orc-battle

The Orc Battle Game from The Land of Lisp book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Orc Battle Game

From The Land of Lisp book.

How to play

You need the clisp interpreter.

In the command line, call the interpreter with the game:

$ cd /path/to/the/game/orc-battle
$ clisp -i game.lisp

Inside clisp, init the game:

(orc-battle)

About

The Orc Battle Game from The Land of Lisp book


Languages

Language:Common Lisp 100.0%