
About
azteroids is a simple Asteroids-style game written in C++ using OpenGL and GLUT, built around the entityx entity-component framework and GLFW for windowing. It supports Linux, Windows, and macOS.
Getting started
Clone the repository and update its git submodules, then build with CMake and make; the resulting executable is placed in the project's bin folder. Controls are the arrow keys to move and space to shoot.