Simple game written in C++11 using ncurses
library.
- Clone git repo
$ git clone https://github.com/ilshat25/alien.git
- Build the project
$ make build
- Run the game
$ bin/main
You need to break borders (symbol #) and pick up ammunition (symbol ◆) to get bullets.
- ← → ↑ ↓ change position
- SPACE shoot
- Ctrl+C exit game