Grieverheart / space_invaders

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 99.8%Language:Shell 0.2%