Skip to content

rodrigosetti/azteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.