dethrace/README.md

906 B

Dethrace

CI

Discord Chat Channel Discord Chat Channel

Dependencies

SDL2

The easiest way to install SDL is via your favorite package manager.

OSX:

brew install SDL2

Linux:

apt-get install libsdl2-dev

Root content directory

Dethrace does not ship with any game content. You'll need access to the data from the original game. If you don't have an original CD then you can buy Carmageddon from GoG.com.

Point Dethrace at the Carmageddon install directory:

export DETHRACE_ROOT_DIR=/path/to/carmageddon

Build

make build

Run tests

make test

To run a single test

DETHRACE_TEST_ARGS="-n test_name" make test

Run game

make run