Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 921 Bytes

File metadata and controls

21 lines (11 loc) · 921 Bytes

mephi oop labs

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:

epic_lab3_game.mp4

game_start

large_group_of_enemies

with_dead_enemies