home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-04 | 287 b | 14 lines | [TEXT/XCNQ] |
- (game-module "simple"
- (blurb "trivial game")
- )
-
- ;;; This game definition is about as simple as you
- ;;; can get and still have a working game.
-
- (terrain-type plains (color "green") (char "+"))
-
- (unit-type human (image-name "person") (char "@")
- (start-with 1)
- (acp-per-turn 4)
- )
-