The game’s web client, Mucklet Client, is now open sourced and available on GitHub .
Quick start
To try it out, you can follow the quick start guide in the README file.
Install Git and NodeJS, and run the following commands:
git clone https://github.com/mucklet/mucklet-client.git
cd mucklet-client
npm install
npm run client:realm:test
Open a browser and go to the URL below, but replace <USER>
and <PASS>
with the username and password of your login account (Signin with Google is not possible for this):
http://localhost:6450/?auth.player=<USER>&auth.pass=<PASS>
This will connect the client to the test realm at https://test.mucklet.com.
How to contribute
You are all invited to help out with the development of the client.
To learn more, read the How to contribute documentation.