space_invaders
A simple space invaders "clone" built using OpenGL 3 and GLFW.
C++★ 102⑂ 33 forksupdated 4 years ago
git clone https://github.com/Grieverheart/space_invaders.gitGrieverheart/space_invadersREADME.mdfork it — it’s yours
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
more like this