A rough approximation of a First Person Shooter, done on the command line.
Please see the source file on how to configure your command line before running.
Windows and Linux versions are available. See the relevant source directory for details.
Big thank you to OneLoneCoder for building the groundwork for this
Big thanks as well to rohanliston for porting this to Linux and providing build files
We're gonna make... something cool with this. I don't know what that thing will be.
- CMake - C/C++ build system
- NCursesw - Library for interacting with the terminal
- Libconfig - Library for using config files
- Ubuntu:
sudo apt-get install cmake libncursesw5-dev libconfig++-dev
- Fedora:
sudo dnf -y install cmake ncurses-devel libconfig-devel
- Other distros:
¯\_(ツ)_/¯
mkdir build
cd build
cmake ..
make
./CommandLineFPS