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