Zombies! is a roguelike written entirely from scratch, in one day, in
Common Lisp.

Features:
- One monster type: Zombies!
- Teleporters
- Artificial Unintelligence (tm) technology for realistic zombie horde
  behavior
- Full in-game documentation
- Trees
- Gold (because really, what's a roguelike without gold?)
- Each game is guaranteed to end in death by zombie

Release Notes:
- Designed for use with CLISP.  Any other Lisp is likely not to work
without modification, due to implementation-specific single-character
input code.  If you're trying to alter this program for your Lisp, the
function "get-input-char" is the only thing you need to touch.
- To run the program from source:
     - install CLISP
     - save the code as "zombies.lisp"
     - type "clisp zombies.lisp" and start running for your life!
- The program is designed to run in an 80x24 terminal.  Bigger will
work OK, smaller definitely won't.

License:
- This software is released under the Zombie Public License (ZPL).
This means you can use the code for anything you like, but if you
complain about any aspect of it, zombies will eat your BRRRAAAAINS!!! 

Partial screenshot:
Level: 2  HP: 17  Gold: 10
.......#....#..$.......#..Z...
....................$.........
..............#Z....#.....#Z..
........#...>.Z.....ZZZ.......
...#......@Z...#Z.#..Z.ZZ.....
..........$...........#.......
..............................

Downloads:
Source, intended for CLISP under UNIX
Windows binary source

Comments to the author: micromoog{at}gmail{dot}com