Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Igoorx/PyRoyale

A open-source server emulator for Mario Royale browser game.
https://github.com/Igoorx/PyRoyale

emulator mario python

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# THIS REPOSITORY IS NOW BEING MAINTAINED AT [A NEW LOCATION, CLICK HERE.](https://github.com/mroyale/mroyale-server)

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

![ScreenShot](https://i.imgur.com/4gpGSLs.png)

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](https://discord.gg/RqszZY6).

## 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](https://github.com/Igoorx/PyRoyale/releases).

## 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](https://github.com/Igoorx/PyRoyale/blob/master/TUTORIAL.md) for more information about how to setup your own Mario Royale server.