An asteroids replica written in OpenGL.
- Install opengl, glut and soil libraries
sudo apt-get install freeglut3-dev libsoil-dev
- Clone the repository
git clone https://github.com/MrPlumbum82/my_asteroids
- Compile
g++ -std=c++11 asteroids.cpp -lGL -lGLU -lglut -lSOIL
- Execute
./a.out
- Clone the repository
- Install Visual Studio 2013
- Open project in Visual Studio
- Run project in Visual Studio
- Implement a menu system
- Add music/sound effects to the menus and game
- Add more ship types
- Add more weapon types
- Add more obstacles