rogomatic: Automatically Exploring The Dungeons of Doom version XIV
To make and install:
make clobber all
sudo make installTo run installing:
XXX - TBD - XXXIf your system as issues compiling this code, edit Makefile and/or XXX - TBD - XXX.
- Modern C compiler (c17/gnu17 or better)
- Modern
make(1)(recommend GNU make) - Ncurses (<ncurses.h> and libncurses), or for NetBSD, NetBSD curses is likely to work
- Single UNIX Specification confirming (or reasonably conforming) operating system such as Linux, macOS, BSD, etc.
The rogomatic repo started out as a clone of the rogueforge rogomatic14 repo.
This code is based on the rogueforge rogomatic14 repo.
The rogomatic repo improves on the above mentioned repo in several important aspects:
- Improved the C source to be able to compile under recent C compilers
- Fixed several bugs in the rogue code
- Compatible with the BSD rogue5.4 repo
- XXX - TBD - XXX
- etc.
XXX - TBD - XXX
We very much welcome fork rogomatic pull requests to fix any:
- failure to compile
- compiler warning messages
- program crashes
To report a security issue, please visit "Reporting Security Issues".