Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 776 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 776 Bytes

Azteroids

Simple asteroids game made in C++ and OpenGL.

Screen Shot

Dependencies

  • OpenGL and GLUT.
  • Cmake.
  • C++ compiler with C++11 support.
  • Other dependencies are git submodules (entityx and glfw).

Build

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.

Commands

  • Arrow keys - move the ship.
  • Space - shoot.

Acknowledgments

  • Alec Thomas' entityx - Entity-Component system.
  • CMake - cross-platform open-source build system.
  • GLFW - library for creating windows with OpenGL.