A game of skeet in C++
Go to file
2020-08-12 14:17:54 -06:00
src Added files 2020-08-12 14:13:50 -06:00
LICENSE Initial commit 2020-08-12 14:12:51 -06:00
README.md Update README 2020-08-12 14:17:54 -06:00
UML DIAGRAM.png Added files 2020-08-12 14:13:50 -06:00

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!