INFO:TRICK2018   

 

^

 

TRICK 2018 (2018-03-25)

Maze generator and solver.

To generate a maze:

   ruby entry.rb [rows] [columns] [seed]

   rows = maze height, default is 21.
   columns = maze width, default is 66.
   seed = random number generator seed, default is random seed.

If stdin is not a TTY, this program will try to solve the input as a
maze by plotting a path from upper left corner to lower right corner.

   ruby entry.rb | ruby entry.rb

This entry was an honorable mention in TRICK 2018.
https://github.com/tric/trick2018

--
omoikane@uguu.org - https://uguu.org/

  RAR ZIP /
2025-08-26