Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aeriavelocity/cmddoomlauncher

A command-line launcher for Doom. Written in C!
https://github.com/aeriavelocity/cmddoomlauncher

doom launcher

Last synced: 12 days ago
JSON representation

A command-line launcher for Doom. Written in C!

Awesome Lists containing this project

README

        

# Command Doom Launcher
### A launcher for Doom for the command line. Written in straight up C (which makes this my first C program ever!)

## Prerequisites
You need [GCC](http://gcc.gnu.org). On Windows, get [MinGW](https://osdn.net/projects/mingw/).

## Configuration
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.h` if you're on Windows or macOS, since there's no predefined place that your IWADs or executables go.

## Downloading and compiling
```
git clone https://github.com/That1M8Head/CmdDoomLauncher
cd CmdDoomLauncher
./build.sh
```

### On Windows
```
git clone https://github.com/That1M8Head/CmdDoomLauncher
cd CmdDoomLauncher
build
```