The game asteroids in c++ using the simplified drawing library provided by my school.
bullet.cpp | ||
bullet.h | ||
driver.cpp | ||
flyingObject.cpp | ||
flyingObject.h | ||
game.cpp | ||
game.h | ||
LICENSE | ||
makefile | ||
point.cpp | ||
point.h | ||
README.md | ||
rocks.cpp | ||
rocks.h | ||
ship.cpp | ||
ship.h | ||
uiDraw.cpp | ||
uiDraw.h | ||
uiInteract.cpp | ||
uiInteract.h | ||
velocity.cpp | ||
velocity.h |
Asteroids-CPP
The game asteroids in c++ using the simplified drawing library provided by my school.