# Mundus **Note: This is the `master` branch, here is only the stuff that I want to be in the post-exam versions. To see the project that also has implimented exam requirements, see branch [requirements](https://github.com/Syndamia/Mundus/tree/requirements)** Mundus is a 2D sandbox openworld RPG. You can explore, destroy, create or fight, the world is your oyster. This is a project that began as my exam work for IT-kariera Module 7 (Software development) but I plan on working on it long after. It is built in `C#` and `Gtk# 2.0`. ## How to play: Install the dependencies and run the executable (`.exe` file). Dependencies: - [Gtk-Sharp](https://www.mono-project.com/docs/gui/gtksharp/installer-for-net-framework/) Supported platforms: - Windows - Linux (to run it on Linux, you should use [mono](https://www.mono-project.com/download/stable/#download-lin)) - MacOS (**hasn't been tested, should work in theory**)