Changes between Version 12 and Version 13 of Cave Exploration
- Timestamp:
- Aug 6, 2011 9:33:12 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cave Exploration
v12 v13 37 37 === Development Notes === 38 38 39 '''Scenario''' 39 40 41 The 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 43 It 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