Basic Implmentation of the classic game Asteroid in C++, OpenGl and GLUT. Barebone functions implemented with more work that can be done to improve upon it!!
For Compilation and running on macOS / (GNU/Linux). Make sure the correct g++, opengl and glut packages are installed. Then simply CD into the directory and run "make clean" and "make" respectively.
For compilation and running on Windows (MingGW and cMake is installed). CD to the project directory and run "cmake clean" and "cmake" followed up by "Asteroid.exe"
Controls are simple and easy! W, A, S control movements; Up, Left and Right respectively. While the Mouse Button fires bullets.
GAME IS IN UNFINISHED STATE! It will run but may be subject to bugs and have not a lot of features