summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Hunt <loganthebean222@gmail.com>2020-08-12 14:17:54 -0600
committerLogan Hunt <loganthebean222@gmail.com>2020-08-12 14:17:54 -0600
commit9fe104f97d3ae19f87e5566a1dfc5171618d3e62 (patch)
treeb4dccf7792d70121e048a19c810b87dc91369656
parent70ea8877ace50d2ce609d7d5f721c887b0ea83ec (diff)
downloadskeet-cs165-master.tar.gz
skeet-cs165-master.zip
Update READMEHEADmaster
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
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``!
+
+