Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 556 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 556 Bytes

Lander

CLI Top-Down Space Shooter

Main gif

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

This can be configured in config.h before compiling.