Thursday, March 22, 2012

Porting the client part 2

I began to move more features to my new HTML client. I am using this opportunity to improve a lot of stuff, because my knowledge of Javascript is now a lot better than when I started the project. My biggest mistake was the idea to use classes and instancing for everything like one would do in Java. Just creating a classless object and freely adding methods and attributes to it works just as good in most cases and leads to much simpler code.

All that is left to port is the chat functionality, account creation and character creation. Then I will be as far as I was with the Metro client.

No comments:

Post a Comment