/Lander

CLI Top-Down Space Shooter

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Lander

CLI Top-Down Space Shooter

Main gif

Lander is a top-down shooter made in C++

##Install If you're on Solus, just do sudo eopkg it lander

##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 left
  • x shoots
  • c moves right

This can be configured in config.h before compiling.