Update README

This commit is contained in:
Logan Hunt 2020-08-12 14:17:54 -06:00
parent 70ea8877ac
commit 9fe104f97d

View File

@ -1,2 +1,18 @@
# Skeet-CS165 # 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``!