The game asteroids in c++ using the simplified drawing library provided by my school.
Go to file
2020-06-30 20:04:55 -06:00
bullet.cpp Updated indentation 2020-06-30 20:04:55 -06:00
bullet.h Updated indentation 2020-06-30 20:04:55 -06:00
driver.cpp Updated indentation 2020-06-30 20:04:55 -06:00
flyingObject.cpp Updated indentation 2020-06-30 20:04:55 -06:00
flyingObject.h Updated indentation 2020-06-30 20:04:55 -06:00
game.cpp Updated indentation 2020-06-30 20:04:55 -06:00
game.h Updated indentation 2020-06-30 20:04:55 -06:00
LICENSE Updated indentation 2020-06-30 20:04:55 -06:00
makefile Updated indentation 2020-06-30 20:04:55 -06:00
point.cpp Updated indentation 2020-06-30 20:04:55 -06:00
point.h Updated indentation 2020-06-30 20:04:55 -06:00
README.md Updated indentation 2020-06-30 20:04:55 -06:00
rocks.cpp Updated indentation 2020-06-30 20:04:55 -06:00
rocks.h Updated indentation 2020-06-30 20:04:55 -06:00
ship.cpp Updated indentation 2020-06-30 20:04:55 -06:00
ship.h Updated indentation 2020-06-30 20:04:55 -06:00
uiDraw.cpp Updated indentation 2020-06-30 20:04:55 -06:00
uiDraw.h Updated indentation 2020-06-30 20:04:55 -06:00
uiInteract.cpp Updated indentation 2020-06-30 20:04:55 -06:00
uiInteract.h Updated indentation 2020-06-30 20:04:55 -06:00
velocity.cpp Updated indentation 2020-06-30 20:04:55 -06:00
velocity.h Updated indentation 2020-06-30 20:04:55 -06:00

Asteroids-CPP

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