Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 778 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 778 Bytes

nvaders

Defend your terminal from the Alien Nvaders
  • A tiny Modern C++ ncurses game
  • Tested on osx and linux
  • Requires ncurses

To build and clone the repo and then run:

cd nvaders
mkdir build && cd build
cmake ..
make
./nvaders

Rust clone coming soon...


Screenshots taken in cool-retro-term


TODO

  • Finish ModernC++ migration
  • Add final boss level