Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jhbabon/orc-battle
- Owner: jhbabon
- Created: 2012-08-05T12:38:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-05T17:37:30.000Z (over 12 years ago)
- Last Synced: 2023-03-11T05:48:23.944Z (over 1 year ago)
- Language: Common Lisp
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```