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
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.
-
Get the right functional client, you can find it here:
-
Clone the repo
git clone https://github.com/KrozT/blaze-emulator.git
-
Install dependencies
python -m pip install .
-
Add the necessary environment variables
SERVER_IP='SOCKET SERVER IP' SERVER_PORT='SOCKET SERVER PORT'
-
Start the emulator
python -m main
No usage examples are available yet.
No commands are available yet.
- 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).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.