Skip to content

WillNilges/fpscli

Repository files navigation

fpscli

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.

Credit where credit is due

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.

image

Prerequisites

  • CMake - C/C++ build system
  • NCursesw - Library for interacting with the terminal
  • Libconfig - Library for using config files

Installation

  • Ubuntu: sudo apt-get install cmake libncursesw5-dev libconfig++-dev
  • Fedora: sudo dnf -y install cmake ncurses-devel libconfig-devel
  • Other distros: ¯\_(ツ)_/¯

Build

mkdir build
cd build
cmake ..
make

Run

./CommandLineFPS

About

An approximation of 3D space... done in ncurses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •