skeet-cs165/README.md

19 lines
293 B
Markdown
Raw Permalink Normal View History

2020-08-12 16:12:51 -04:00
# Skeet-CS165
2020-08-12 16:17:54 -04:00
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``!