adngdb / fightly-game-engine

Fightly Web Game Engine - Strategic, turn-based game engine for the Open Web
http://fightly.com
31 stars 5 forks source link

Message parser and creator #10

Open adngdb opened 11 years ago

adngdb commented 11 years ago

Move out of the game engine all the message parsing and message creation logic. Use the EventsEmitter interface to communicate between the two objects.

adngdb commented 11 years ago

This is mostly done on the client side.