Simple asteroids game made in C++ and OpenGL.
- OpenGL and GLUT.
- Cmake.
- C++ compiler with C++11 support.
- Other dependencies are git submodules (entityx and glfw).
Clone this repository and update the git submodules (git submodule update).
Just run cmake to build the Makefile, and then make. The executable will be
placed inside bin folder.
- Arrow keys - move the ship.
- Space - shoot.