A simple terminal based game inspired by the classic arcade game "Space Invaders", built in C++.
- Clone this repo
- Build the project by typing
clang++ -std=c++17 -o game game.cppinto the terminal - Expand your terminal to full screen
- Run
./gameto start the game - Follow the instructions presented in the terminal