The
cosmo engine project provides an alternative engine to run assets of the original DOS game Cosmo Cosmic adventure.
There is a
bug with SDL_free which causes memory leak segfault. Simply replace `SDL_free` with `free` and the game would run nicely.