Please sign in to access this page
Mercury is a suite of tools for building self-hostable MMO game creation platforms with rich social interactions and a wide variety of features. We call it a "build-your-own-Roblox".
The central piece of the Mercury suite is Mercury Core (https://github.com/tp-link-extender/MercuryCore), a web and API platform to facilitate interaction between users and handling API requests from a game client.
A hosted instance of Mercury is available at https://xtcy.dev. This version is currently in heavy development so might not be stable.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
More work has been done on the upcoming documentation site for Mercury. This will encompass more in-depth setup guides than currently in the README, installation guides for tools needed for development and production, and common usage patterns in integration with larger projects.
The documentation site is built with Astro + Starlight. As I had previously used Astro I found the documentation to be pleasant and easy to build, and trivial to style with the Mercury Core colour scheme and design. Implementing the documentation directly into Mercury Core was also considered, though this would mean that users would have to set up the system correctly before being able to see the guides on how to set it up.