issues
search
agtors
/
agar.core
Actor core system for simple Agar implementation
Apache License 2.0
2
stars
0
forks
source link
Add bridge actor
#17
Open
NotBad4U
opened
6 years ago
NotBad4U
commented
6 years ago
[x] Handle create virtual entity message (player, energy) and forward to the region
[x] Handle move player message and forward to the arbitrator
[x] Handle remove virtual entity message and forward to the region
[ ] Handle network failures
More info in the mermaid here:
https://github.com/agtors/agar.core/blob/master/doc/remote-player-creation.mermaid
https://github.com/agtors/agar.core/blob/master/doc/remote-player-destroyed.mermaid
NotBad4U
commented
5 years ago
Updated with the merge of #31
More info in the mermaid here: