diff options
author | Logan Hunt <loganthebean222@gmail.com> | 2020-08-12 14:17:54 -0600 |
---|---|---|
committer | Logan Hunt <loganthebean222@gmail.com> | 2020-08-12 14:17:54 -0600 |
commit | 9fe104f97d3ae19f87e5566a1dfc5171618d3e62 (patch) | |
tree | b4dccf7792d70121e048a19c810b87dc91369656 | |
parent | 70ea8877ace50d2ce609d7d5f721c887b0ea83ec (diff) | |
download | skeet-cs165-master.tar.gz skeet-cs165-master.zip |
-rw-r--r-- | README.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,2 +1,18 @@ # Skeet-CS165 -A game of skeet in C++ (made while learning C++ for class, best practices not used) +The game skeet in c++ using the simplified drawing library provided by my school. + +NOTE: + +This was my first introduction to pointers, classes, and such. Be wary of spaghetti! + +## Requirements + +* freeglut3-dev +* g++ +* make + +## Running + +Simply ``cd`` into ``src`` and ``make``! + + |