Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 231 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 231 Bytes

space-Invaders-cpp

Classic game Space Invaders

This was created to learn about game loops/Algorithms

will need additional libraries: libGLEW.so.2.0

To run in terminal Lnux : g++ -o run main.cpp -lGL -lGLEW -lglfw

then ./run