Introduction of virtual actor
未关闭
- 主要语言
- Scala
- 星标
- 2
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
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](https://doc.akka.io/docs/akka/2.4/contrib/reliable-proxy.html)

## TODO
- [ ] Proxy the message
- [ ] Keep up to date with the position (x, y) of the real actor on the map
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。