TamaMcGlinn / mazify

Turn shapes into ASCII mazes readable by PacVim / MazeVim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mazify

Mazify generates mazes from files based on the MazeVim / PacVim format, where spaces are passages and # are walls. For example, this input:

#########
#########
#########
  #######
  #######

Could become:

#########
#   #   #
### # ###
  #     #
  #######

Input file is expected to have lines with N characters, N is uneven and >= 3. It can then be read by MazeVim / PacVim so that you can walk around with hjkl:

playing Mazifier-generated map with MazeVim

Build

Install GNAT and gprbuild, then run gprbuild from the root of the repository.

About

Turn shapes into ASCII mazes readable by PacVim / MazeVim


Languages

Language:Ada 100.0%