A launcher for Doom for the command line. Written in straight up C (which makes this my first C program ever!)
You need GCC. On Windows, get MinGW.
If you're not on Windows, the IWAD directory defaults to /usr/share/games/doom.
You can change this by editing config.h (config.win.h on Windows).
You MUST edit
config.h/config.win.hif you're on Windows or macOS, since there's no predefined place that your IWADs or executables go.
git clone https://github.com/That1M8Head/CmdDoomLauncher
cd CmdDoomLauncher
./build.sh
git clone https://github.com/That1M8Head/CmdDoomLauncher
cd CmdDoomLauncher
build