agtors / agtors/agar.core

Introduction of virtual actor

未关闭
#10 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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)
![image](https://user-images.githubusercontent.com/11367839/47919292-4bf83180-deaf-11e8-97fd-69202296e2a0.png)

## TODO

- [ ] Proxy the message
- [ ] Keep up to date with the position (x, y) of the real actor on the map

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。