summaryrefslogtreecommitdiff
path: root/README.md
blob: 1be5019d7e11afdcb6cb944611575cf01133125d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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``!