Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 550 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 550 Bytes

Skyline

About

A 2D vertical scrolling space battle game implemented in C++. Rendering is done with OpenGL 3. Main libs used: SDL2, Glew, Box2D, CEGUI, FMOD, rapidjson.

Huge thanks to https://www.youtube.com/user/makinggameswithben, without whom I wouldn't have been able to code this.

I do this for educational purposes and, of course, for fun !

How to build

Nothing special to say, I've included all the dependencies needed. It should be as simple as opening the solution file in Visual Studio, building and running.