Sanctuary
Sanctuary is an open source server emulator for the online game Free Realms, built from scratch in C using the .NET Framework. It allows players to connect and play using a Free Realms client paired with the OSFR Launcher. The project consists of core server components including a login server and gateway server, with support for SQLite databases configured via a database.json file. To use Sanctuary, users clone the repository, build the Sanctuary.Core solution in Release mode using Visual Studio 2022 with the .NET Framework development workload installed, configure their database connection path, and launch the Login and Gateway services before connecting through the game client. The project is licensed under the MIT License and welcomes community contributions through bug reports, feature requests, and code contributions.