home *** CD-ROM | disk | FTP | other *** search
- /* This is an AREXX program to set up a specific MegaJitter (C) LVA
- ecosystem scenario.
-
- Written by L.Vanhelsuwé in MAY 1994
-
- SCENARIO NAME = "Chain Reaction"
- */
-
- ADDRESS "REXX-MJ"
-
- 'MJ_VISION'
- 'MJ_NOSEX'
-
- 'X_AND' 29 /* This creates a crystal lattice-like pattern */
- 'Y_AND' 29
-
- 'INIT_BUGS' 1 /* just one bug to start off the fireworks */
-
- 'INIT_FOOD' 3189
- 'INIT_ENERGY' 624
- 'INIT_VARIANCE' 182
- 'MUTATE_RANGE' 48
- 'FOOD_RATE' 10
- 'FOOD_ENERGY' 624
-
- 'OASIS_SIZE' 0
-
- 'MJ_RESET'
-