diff options
author | Logan Hunt <loganthebean222@gmail.com> | 2020-06-30 20:12:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 20:12:38 -0600 |
commit | 4a6e00dfa310598af7d0c4a40ec110123bc08152 (patch) | |
tree | e4b367c37a0c7a45181c9907fa4e2ede6b43a5f0 | |
parent | 3010473314505bd948c687ac644b7d87ef03298d (diff) | |
download | asteroids-cs165-4a6e00dfa310598af7d0c4a40ec110123bc08152.tar.gz asteroids-cs165-4a6e00dfa310598af7d0c4a40ec110123bc08152.zip |
Update 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``` + |