Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 515 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 515 Bytes

Lemmings

Lemmings game made with SDL2 and entityx (entity component system framework).

Learn

Compile

Currently cmake lists will work only on windows with mingw. Download mingw versions of SDL and SDL_image from http://libsdl.org/ to libs folder. Also youll need to get last version of entityx and compile to libs folder. I'll provide better cmake lists file later.