/my_asteroids

A space asteroids game written in openGL

Primary LanguageC

My Asteroids

An asteroids replica written in OpenGL.

screenshot

How to run:

Linux:

  1. Install opengl, glut and soil libraries
 sudo apt-get install freeglut3-dev libsoil-dev
  1. Clone the repository
 git clone https://github.com/MrPlumbum82/my_asteroids
  1. Compile
 g++ -std=c++11 asteroids.cpp -lGL -lGLU -lglut -lSOIL
  1. Execute
 ./a.out

Windows:

  1. Clone the repository
  2. Install Visual Studio 2013
  3. Open project in Visual Studio
  4. Run project in Visual Studio

TODO

  • Implement a menu system
  • Add music/sound effects to the menus and game
  • Add more ship types
  • Add more weapon types
  • Add more obstacles