1 2 3 4 5 6 7 8 9 10 11 12 13
# Asteroids-CPP The game asteroids in c++ using the simplified drawing library provided by my school. ## Requirements * libglut-dev * g++ * make ## Running All that is needed to run is a simple ```make```, and then run the game with ```./a.out```