To run a lab, just run make compile followed by a make run in the folder of the lab. You need a c++ compiler and for some of them you need a additional libraries, all are installed by commands in the respective Makefiles, just read through them.
In folder 1 there's simple sparse matrix implementation
In folder 2 I've implemented a simple interpreted language for the task at hand.
In folder 3 I've implemented a simple rouge-like/rpg game with dynamically loaded shared library extensions, multithreading, save/loading, collision system and external file game configuration.
In folder external_code I've extended a work of another student.
Game:


