Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.19 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.19 KB

Just Another Doom Clone -- WIP

A DOOM remake written in C++ without a game engine.

Technologies used:

C++ Raylib

Features:

  • I'll get to finishing the Readme later, I promise :)

Build Instructions:

This project uses CMake as the primary method of compiling and building. It includes a makefile in the root of the project to make the use of CMake streamlined and only a single command to build.

  • First time build
  make setup
  make
  • Subsequent builds
  make

NOTE: If you wish to manually run the project after building, the game executable is located at build/game.exe