A WAD of Dungeon Mazes

From DoomWiki.org

A WAD of Dungeon Mazes is an open source Python 3 (Tkinter) application that generates grid mazes and was extended to become a self contained PWAD level generator. It does not need an external node generator and should run on any Python 3 install that contains Tkinter, as it uses the built-in standard Python libraries. The PWADs generated are Doom II compliant and are compatible with engines such as Chocolate Doom and Crispy Doom.

This application enables the user to:

  • Set the amount of items, monsters, grid sizes, keys, etc. that will be created randomly in a PWAD.
  • Generate single levels. Single level settings are editable from the GUI.
  • Generate whole campaigns that get progressively more difficult. Although the settings of the campaigns can be edited you must use JSON. This may change in future and the campaign settings be editable from the GUI in future editions.
  • Doom engines can be executed straight from the GUI with the newly generated PWAD as a command line argument.

External links[edit]