Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 211 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 211 Bytes

RTS Game

An RTS Engine as an ad-hoc exercise for C++.

The Game uses SDL and SDL_image as wrapper libs to handle rendering through OpenGL, on top of that the app uses nlohmann::Json to handle the game files.