Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 218 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 218 Bytes

Doom-CPP

This project is re-writing DOOM in C++ to learn Linux in depth.

CI

Build

mkdir build
cd build
cmake ..
make