Changes between Version 18 and Version 19 of Map Editor


Ignore:
Timestamp:
Aug 23, 2011 11:32:44 AM (13 years ago)
Author:
kedwar10
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Map Editor

    v18 v19  
    4040The map generator is a collection of perl scripts that can be used to generate random mazes and wumpus worlds.
    4141
    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).
     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).
    4343* 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.   
    4444