Skip to content

Blaze Emulator is a lightweight Habbo emulator written in Python, dedicated to replicating the Habbo R18 version.

License

Notifications You must be signed in to change notification settings

KrozT/blaze-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Blaze Emulator

A lightweight Habbo emulator written in Python, dedicated to replicating the Habbo R18 version
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Acknowledgments

About The Project

Blaze Emulator is a lightweight Habbo emulator written in Python, dedicated to replicating the Habbo R18 version. It offers a simple and easy-to-use interface, making it perfect for small-scale Habbo projects.

Started in 2015 with a very primitive version as a first learning project on Python, now it is rewritten from the old source code trying to do it better than the first time.

(back to top)

Built With

  • Python

Packages

(back to top)

Getting Started

Installation

  1. Get the right functional client, you can find it here:


  2. Clone the repo

    git clone https://github.com/KrozT/blaze-emulator.git
  3. Install dependencies

    python -m pip install .
  4. Add the necessary environment variables

    SERVER_IP='SOCKET SERVER IP'
    SERVER_PORT='SOCKET SERVER PORT'
  5. Start the emulator

    python -m main

(back to top)

Usage

No usage examples are available yet.

Commands

No commands are available yet.

(back to top)

Roadmap

  • Re-write and re-structure all from old source code
  • Complete the documentation
  • Dockerize the project
  • Recreate all Habbo R18 functionalities

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Acknowledgments

(back to top)

About

Blaze Emulator is a lightweight Habbo emulator written in Python, dedicated to replicating the Habbo R18 version.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages