CURRENTLY DISCONTINUED, see https://github.com/adrisj7/dang-engine for new project that runs in the web
A Fanganronpa creator. Let the fan chaos commence.
TODO: Give the folks at home a description on what the heck this is.
There are no releases (yet), so you'll have to run the project from source. See Build guide below.
- Download the folder and open the sln with Jetbrains Rider (preferred) or Visual Studio (untested but should work).
- You probably need to import missing libraries. Check out the Library Setup README. In the future this might be simplified but for now you'll have to follow the README guide.
- That should be all. To run the engine just run the binary executable from the "DR Engine v2" project. To run the game add
--game
as a argument to the executable.
Linux users: If you have dotnet/msbuild installed I have a Makefile that you can use. make run_engine
and make run_game
should do the trick.