agtors / agar.core

Actor core system for simple Agar implementation
Apache License 2.0
2 stars 0 forks source link

Introduction of virtual actor #10

Open NotBad4U opened 6 years ago

NotBad4U commented 6 years ago

A virtual actor will be use has a proxy to manage the interaction across region to allow players to interact with game objects across region map boundaries. This actor will fake a player in a other region and when a player interact with him, he'll proxy the message to the real actor placed in a neighbor ActorSystem.

We should take a look at : Akka reliable-proxy image

TODO

NotBad4U commented 5 years ago

with the merge of #31 maybe we can close this one @d-plaindoux ?

d-plaindoux commented 5 years ago

Yes.