wxyz-abcd / node-haxball

The most powerful and lightweight API that allows you to develop your original Haxball(www.haxball.com) host, client, and standalone applications both on node.js and browser environments and also includes every possible hack and functionality that you can imagine.
MIT License
34 stars 13 forks source link

Need to get rid of roomObj hook #33

Open wxyz-abcd opened 1 year ago

wxyz-abcd commented 1 year ago

It will require some hard work. I will have to combine basro's ba class and my Room class, and make them one big class. This will be the optimized version of this library. All original unnecessary classes and objects have been removed. Currently, there are around 10 object pointers left to remove, and they are all my own temporary variables. This process will not affect any api functionality, but it will get rid of those variables.