Mario Royale Server
An open-source server emulator for Mario Royale browser game.
You can discuss about the game and this server emulator in our discord.
Binaries
A standalone version of the server emulator is currently unavailable, you will need to install python and dependencies.
Dependencies
This project uses Python 3.7 and the following dependencies:
- twisted
- autobahn
- emoji
- configparser
- jsonschema
- discord_webhook [OPTIONAL]
- captcha [OPTIONAL, Required if argon2-cffi is installed.]
- argon2-cffi [OPTIONAL]
If you are on Windows, the module pypiwin32 may also be required.
Tutorial
An official tutorial to hosting is available here!