Changes between Version 19 and Version 20 of Map Editor
- Timestamp:
- Aug 23, 2011 11:33:53 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Map Editor
v19 v20 41 41 42 42 * To make a maze run "perl mazegen.pl <map name> <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 * 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.43 * To make a wumpus world run "perl wumpgen.pl <map name> <width> <height>". This is currently non-functional as the dimensions of some textures are warped during execution. 44 44 45 45 The resulting maps are outputted to the ~/maps directory. Do not edit the ~/maps/*_cell directories as these are the templates for all generated maps.