Update README
This commit is contained in:
parent
70ea8877ac
commit
9fe104f97d
18
README.md
18
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``!
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user