Changes between Version 15 and Version 16 of Map Editor
- Timestamp:
- Jul 26, 2011 9:20:23 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Map Editor
v15 v16 36 36 \devmap mymap 37 37 38 == Map Generator == 39 40 The map generator is a collection of perl scripts that can be used to generate random mazes and wumpus worlds. 41 42 * To make a maze run "perl mazegen.pl <width> <height> <partitions>" where the 'partitions' argument is used to control the number of connected components in the maze. These components are accessible to one another by doors that can be triggered with buttons located somewhere inside the component (this may require teamwork if the map is sufficiently large). 43 44 * To make a wumpus world run "perl wumpgen.pl <width> <height>". This is currently non-functional as the dimensions of some textures are warped during execution. 38 45 39 46 … … 42 49 43 50 51