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.cpp
into the terminal - Expand your terminal to full screen
- Run
./game
to start the game - Follow the instructions presented in the terminal