Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 344 Bytes

File metadata and controls

6 lines (4 loc) · 344 Bytes

First Person Shooter style Console Graphics Engine

Based on project by OneLoneCoder. Ported from Windows to cross-platform using Ncurses library instead of windows.h

Compile command with g++(whatever compiler you want) -std=c++11 main.cpp -o consolfeFPS(whatever filename you want) -lncurses