Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduction of virtual actor #10

Open
2 tasks
NotBad4U opened this issue Nov 2, 2018 · 2 comments
Open
2 tasks

Introduction of virtual actor #10

NotBad4U opened this issue Nov 2, 2018 · 2 comments

Comments

@NotBad4U
Copy link
Member

NotBad4U commented Nov 2, 2018

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

  • Proxy the message
  • Keep up to date with the position (x, y) of the real actor on the map
@NotBad4U
Copy link
Member Author

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

@d-plaindoux
Copy link
Member

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants