GENLAB(6) Games and Demos GENLAB(6) NAME genlab - an iMaze labyrinth generator SYNOPSIS genlab [ -Sv ] [ -w _w_i_d_t_h ] [ -h _h_e_i_g_h_t ] [ -d _w_a_l_l- _d_e_n_s_i_t_y ] [ -D _d_o_o_r-_d_e_n_s_i_t_y ] [ -r _r_a_n_d_o_m-_s_e_e_d ] _l_a_b-_f_i_l_e DESCRIPTION genlab generates a file with a random labyrinth for the multi-player network action game imaze(6). OPTIONS -d _w_a_l_l-_d_e_n_s_i_t_y Specify density of walls in labyrinth; default is 38. -D _d_o_o_r-_d_e_n_s_i_t_y Specify probability of each wall being a door; default is 5. -h _h_e_i_g_h_t Specify height of labyrinth; default is 16. -r _r_a_n_d_o_m-_s_e_e_d Seed value for the random number generator; default is derived from the current time of day. -S Don't search for a labyrinth without "traps". -v Verbose mode: tell the user which seed is tried. -w _w_i_d_t_h Specify width of labyrinth; default is 16. EXAMPLES A simple example for a random labyrinth: genlab test.lab creates a labyrinth test.lab with size 16x16. An example how to create a empty labyrinth for xlabed(6): genlab -w 12 -h 12 -d 0 empty.lab creates a labyrinth empty.lab with size 12x12 SEE ALSO imaze(6), imazesrv(6), imazestat(6), ninja(6), xlabed(6) BUGS SunOS 5.5.1 Last change: 10 December 2001 1 GENLAB(6) Games and Demos GENLAB(6) genlab is slower than necessary. SunOS 5.5.1 Last change: 10 December 2001 2