# Skeet-CS165
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``!