Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhbabon/orc-battle

The Orc Battle Game from The Land of Lisp book
https://github.com/jhbabon/orc-battle

Last synced: about 1 month ago
JSON representation

The Orc Battle Game from The Land of Lisp book

Awesome Lists containing this project

README

        

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:

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

Inside `clisp`, init the game:

```lisp
(orc-battle)
```