Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/aeriavelocity/cmddoomlauncher
- Owner: AeriaVelocity
- Created: 2021-04-27T18:23:15.000Z (over 3 years ago)
- Default Branch: e1m2
- Last Pushed: 2021-12-16T14:46:01.000Z (about 3 years ago)
- Last Synced: 2024-04-23T22:56:51.292Z (8 months ago)
- Topics: doom, launcher
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```