The game asteroids in c++ using the simplified drawing library provided by my school.
Go to file
2020-08-13 12:10:02 -06:00
include Better file structure, stuff is better in general 2020-08-13 12:07:52 -06:00
src Oh noes I forgot to remove .o files! 2020-08-13 12:10:02 -06:00
LICENSE Accidentally removed these files lol 2020-07-01 21:30:34 -06:00
README.md Accidentally removed these files lol 2020-07-01 21:30:34 -06:00
UML Diagram.pdf Accidentally removed these files lol 2020-07-01 21:30:34 -06:00

Asteroids-CPP

The game asteroids in c++ using the simplified drawing library provided by my school.

Requirements

  • libglut-dev
  • g++
  • make

Running

All that is needed to run is a simple make, and then run the game with ./a.out

2020-06-30-20-24-32-1.gif