You need to install these two libraries to run this game: (The windows version should have the required files in the x86 and x64 folder, but if it gives you any problems, install the following libraries)
https://www.libsdl.org/download-2.0.php/
https://www.libsdl.org/projects/SDL_ttf/

On windows, run either "win/x86/murinus.exe" or "win/x64/murinus.exe", and on linux run "lin/murinus"

The game is licensed under the GNU GPL V3 license, and the source can be found at https://github.com/ITR13/murinus


Controls: (In menus and in single-player, a combination of P1 and P2 will be used)
+-----+------------+-------------------------+
|     |     P1     |           P2            |
+-----+------------+-------------------------+
| DIR | WASD       | Arrow-keys              |
| A   | Space      | Return                  |
| B   | Left-Shift | Right-Shift / Backspace |
+-----+------------+-------------------------+

You can also hold escape for 1 seconds to game-over at any point, or for 5 seconds to quit the game completely (or just close the window).


Features I wish to implement in the future:
 * Sounds
 * Changing controls through the options menu (Currently the only way to change controls is through modifying the source, or changing the key-codes in "options.xml")
 * Boss Battle
 * Possibly also some optional fancier graphics


