• This repository has been archived on 18/Jul/2019
  • Stars
    star
    455
  • Rank 96,175 (Top 2 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.