CLI Top-Down Space Shooter
Lander is a top-down shooter made in C++
##CONTRIBUTORS Main Contributors:
##DEPENDENCIES libncurses5-dev, g++, libncursesw5-dev
Debian sudo apt install g++ libncurses5-dev libncursesw5-dev
Arch sudo pacman -S gcc
##Controls
z
moves leftx
shootsc
moves right
This can be configured in config.h
before compiling.