space_invaders icon indicating copy to clipboard operation
space_invaders copied to clipboard

A simple space invaders "clone" built using OpenGL 3 and GLFW.

Readme

This is a clone of the classic arcade game, space invaders, in C++ using only a few dependencies. It is meant as a companion to this series of tutorial posts.

Install and Run on Mac

brew install glfw ./make.sh chmod +x ./main ./main