agtors / agtors/agar.core

Introduction of virtual actor

Ouverte
#10 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Scala
Étoiles
2
Forks
0
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.