The game asteroids in c++ using the simplified drawing library provided by my school.
Go to file
2020-06-30 20:16:33 -06:00
src Fixed a broken semicolon fml 2020-06-30 20:16:33 -06:00
LICENSE Updated indentation 2020-06-30 20:04:55 -06:00
README.md Update README.md 2020-06-30 20:12:38 -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