Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.
/ PyRoyale Public archive

A open-source server emulator for Mario Royale browser game.

License

Notifications You must be signed in to change notification settings

Igoorx/PyRoyale

Repository files navigation

THIS REPOSITORY IS NOW BEING MAINTAINED AT A NEW LOCATION, CLICK HERE.

PyRoyale

A open-source server emulator for Mario Royale browser game.

ScreenShot

I really liked the idea of this addictive game and, as I already imagined that it would fall for a DMCA, I did a server emulator for it. This server's purpose is to allow playing with friends, but you're free to do anything you want with it.

You can discuss about the game and this emulator in our discord.

Binaries

If you are on Windows and don't want to install python to run this server, you can use the latest binary released in the releases page.

Dependencies

This project uses Python 3.7 and the following dependencies:

  • twisted
  • autobahn
  • emoji
  • configparser
  • jsonschema
  • discord_webhook (OPTIONAL)
  • captcha (OPTIONAL)
  • argon2 (OPTIONAL)

If you are on Windows, the module pypiwin32 may also be required.

Tutorial

See TUTORIAL.md for more information about how to setup your own Mario Royale server.