jtieri / habbgo

Habbo Hotel emulation implemented in Go.
5 stars 1 forks source link

Checklist #17

Open jtieri opened 2 years ago

jtieri commented 2 years ago

Creating this to serve as a checklist for myself as I wrap up some pieces of code that I've left unfinished in a local branch.

Right now register/login works minus a few packets at login related to unsupported features e.g. habbo club, recycler, messenger, etc. Public rooms are loading with heightmaps and players are initialized so the next steps are getting the pathfinder implemented. Once that is complete the goal will likely be some hardcore cleanup and solidifying of designs before moving deep into the core of the games functionality. Better testing coverage would be nice as well so I may spend some time on that before moving on to other things.