Hello, i have 2 questions about the new multiplayer object:
1 - multiplayer games works on desktop? (if i export my game with nodewebkit will run without problems?)
2 - can i make global enemys? and make an AI to enemy follow the player more closer? in the example of the topdown multiplayer...
thanks!
Multiplayer games will work on nodewebkit though a bit buggy, Ashley said once nodewebkits updates itself to Chrome34 then it should work properly.
If you control the AI enemys with the host, then it should sync properly with any peers.
I recommend you read the Multiplayer tutorials.
Best of luck,
Tom