Changes between Version 12 and Version 13 of Cave Exploration


Ignore:
Timestamp:
Aug 6, 2011 9:33:12 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cave Exploration

    v12 v13  
    3737=== Development Notes ===
    3838
     39'''Scenario'''
    3940
     41The Cave Exploration scenario is implemented as an extension of the base Scenario class. It does not modify the server in any way, so the configure file for the server is set to blank. The scenario simply instantiates a previously specified number of Cave Explorers and Trapped Survivors (see below) and sends them to the instantiation of the CaveExplorationGUI. All subsequent scenario functionality is handled by the GUI.
     42
     43It is important to note that the scenario may be undertaken with a [[Random Map]], so additional instrumentation has been added to handle map generalization.
     44