diff --git a/README.md b/README.md index 0810426..1be5019 100644 --- a/README.md +++ b/README.md @@ -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``! + +