diff options
author | Logan Hunt <loganthebean222@gmail.com> | 2020-06-30 20:27:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 20:27:25 -0600 |
commit | a57e318e314a78ff555b78edbdebd1b8ded44de6 (patch) | |
tree | 58323f1f801cafefcabfe0c5cf863e99e8d2fc00 | |
parent | 7354a387064a15404b6667430b1465120991cba6 (diff) | |
download | asteroids-cs165-a57e318e314a78ff555b78edbdebd1b8ded44de6.tar.gz asteroids-cs165-a57e318e314a78ff555b78edbdebd1b8ded44de6.zip |
Add gif of gaming
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,3 +11,4 @@ The game asteroids in c++ using the simplified drawing library provided by my sc All that is needed to run is a simple ```make```, and then run the game with ```./a.out``` +[](https://postimg.cc/zbCRV6dR) |