diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index 2dba81e..0000000 --- a/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# 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``` - -[](https://postimg.cc/zbCRV6dR) |