This is the Wizard Edition of Roguelike Restoration Project 3.6.4,
modified and compiled by Rogue Central @ coredumpcentral.org.

This game does not have a "Wizard's Password" - it just has the ability
to toggle between Wizard Mode and Normal Mode by pressing Ctrl-P. (Note:
As in other Roguelikes, Wizard Mode makes you ineligible for the scoreboard,
even after turning it back off.)

This was created by modifying command.c. I removed the if statement which
checked for the password. (Strangely, it had an '=' assignment operator,
which when switched to the correct '==' accepted anything as the password...)
The version string was also changed to include "Wizard Edition: ^P to toggle",
press 'v' during the game to see the new string.

Other files were changed also: there were a few syntax errors (two forgotten
semicolons), changes made for DJGPP and DOS (8x3 file name compatible,
removing file locking functions, changing ^C wizard command to ^B, and 
getting the right headers for the DJGPP platform.)

Too messy to put the source all together in a consumer-friendy package, but you
can download the source code for the original at www.coredumpcentral.org 
(the CVS of www.sourceforge.net/projects/roguelike pulled on 4/17/10) and see
 my description here.

Enjoy! -core_dump

WIZARD MODE COMMANDS:

^P       Toggle wizard mode on/off
@        Show your coordinates
C        Create object (Entering wrong information crashes the game!!!)
^W       Identify object in your pack
^E       Display food points left
^T       Teleport yourself
^U       Go up 1 dungeon level (note: this goes up to 0, -1, -2, -3, ...)
^I       List all the items which can be found on the current dungeon level.
^A       Show amount of items in pack
^D       Down 1 dungeon level
^F       Shows map of current dungeon level
^H       Player level +10, also gives you +1/+1 two-handed sword and -5 AC armor
^X       Show monsters on current level
^B       Show passages & doors
^N       Charge a wand/staff
