diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,2 +1,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``` + |