agtors / agtors/agar.core

Introduction of virtual actor

オープン
#10 コメント 2 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。