Skip to content

suzukidavid/bobba-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bobba.io client · GitHub license

bobba

Habbo Hotel (r60+) remake made with modern (as 2019) technologies. This repo features a TypeScript/PixiJS/React Habbo Hotel client remake.

Features:

  • Built-in avatar imager
  • Built-in furni imager
  • Walking, sitting, waving, blinking and speaking animations.
  • Basic furni interaction (double clicking a furni will change its state)
  • Furni particle system (the farther elements are drawn first, so there's a 3D illusion)
  • Furni animations
  • Chat bubbles handled by game engine
  • Catalogue
  • Furni inventory
  • Console / Messenger
  • Navigator

Installation

To run your own 'bobba' you will have to consider 3 parts:

  • Client: You'll have to build this project and deploy it to a web server.
  • Server: bobba.io project includes a compatible server written in Java. You'll have to deploy it too in order to make your client useful. Available at: bobba_server
  • Assets: Like Habbo, avatar and furni assets are not included in the client, so you'll have to provide it with a web hosted folder with your assets. You can generate your furni assets using this node-based tool: bobba_furni_converter And your avatar assets with the PHP-based tool from bobba_avatarimager. (Thanks Tsuka).

Requirements

  • Nodejs 10
  • npm

Building

To build the client execute the following commands:

git clone https://github.com/Josedn/bobba_client.git
cd bobba_client
npm install
npm start

Then you'll be running the React development server. If you want to deploy it, run

npm run build

Related projects

Preview Preview Preview Preview Preview Preview Preview Preview

Made with <3 by Relevance.

About

bobba.io's Habbo Hotel HTML5 implementation made with PixiJS, React and TypeScript

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages