SheatNoisette / doomgeneric

Easily portable doom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Easily portable doom

License:GNU General Public License v2.0


Languages

Language:C 99.2%Language:C++ 0.6%Language:Makefile 0.2%