/doomgeneric

Easily portable doom

Primary LanguageCGNU General Public License v2.0GPL-2.0

Doomgeneric Raylib

A simple port of Doom to Raylib 4.0 using DoomGeneric.

Building

Clone the repository and the submodules:

git submodule update --init --recursive

Build raylib:

cd src/raylib/src; make -j

And build the game with make.

License

This software is licensed under the GNU GPL-2 license.