Welcome to Asteroids - the remake. This is a command-line interface (CLI) program based off the popular arcade game Asteroids. In this game, you are a spacecraft attempting to fend off incoming rogue asteroids. To win, you have to destroy all asteroids by firing lasers from the spacecraft but if an asteroid manages to reach the left edge of the map - you lose.
-
Begin by cloning this repository.
git clone https://github.com/Darianlmj/Asteroids.git
-
Once cloned successfully, navigate over to the root of the directory and type in the following command to execute the program:
g++ asteroids.cpp helper.cpp
-
Have fun! If you ever need to quit halfway through the game. Just press Ctrl+C.
Coming soon. Thank you for your patience.