GalaxyLifeReborn is a project that aims to revive the Android version of Galaxy Life (Galaxy Life: Pocket Adventures) from scratch. This is basically an attempt to reproduce the game server by reverse engineering the game client.
The server requires some dependencies that can be installed with the following command:
python -m pip install -r requirements.txt
To start the server you'll simply need to use the following command:
cd src && python app.py
I tried to detail the approach I followed while reverse engineering here, feel free to give it a look if you're interested.
Do you have any questions or bugs to report? Feel free to contact me at @GaLaXy1036#1601 on Discord!