skeet-cs165/README.md
2020-08-12 14:17:54 -06:00

19 lines
293 B
Markdown

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