Git Product home page Git Product logo

galaxylifereborn's Introduction

GalaxyLifeReborn

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.

Server setup

The server requires some dependencies that can be installed with the following command:

python -m pip install -r requirements.txt

Starting the server

To start the server you'll simply need to use the following command:

cd src && python app.py

More information

I tried to detail the approach I followed while reverse engineering here, feel free to give it a look if you're interested.

Contact me

Do you have any questions or bugs to report? Feel free to contact me at @GaLaXy1036#1601 on Discord!

galaxylifereborn's People

Contributors

galaxy1036 avatar olexorus avatar

Stargazers

Adam Piaseczny avatar  avatar  avatar Andrea Ferrario avatar Daniel Bruno avatar Luciano Muñoz avatar AyzeLYC avatar Mateusz Machowski avatar Luite avatar  avatar  avatar Pizop avatar Ajay Vaidhyanathan avatar svr333 avatar  avatar Humberto Dias avatar  avatar DragShot avatar Cleridwen avatar  avatar Noel Towa avatar Iqbal Rifai avatar David Ralph avatar Wessel T avatar Incredible avatar Enrico Angelon avatar  avatar

Watchers

James Cloos avatar  avatar Enrico Angelon avatar  avatar  avatar

galaxylifereborn's Issues

api.api ImportError on launch

Hi.
When I try to launch the server, it give me this error. I successfully imported all the requirements but It does not work.
I am running Ubuntu 19.04.
Any clues on how to fix that ?

jae@jae:~/Projects/GalaxyLifeReborn/src$ python app.py 
Traceback (most recent call last):
  File "app.py", line 3, in <module>
    from api.api import routes
ImportError: No module named api.api
jae@jae:~/Projects/GalaxyLifeReborn/src$ python --version
Python 2.7.16

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.