Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track pending moves in GSP #18

Closed
domob1812 opened this issue Aug 13, 2019 · 0 comments
Closed

Track pending moves in GSP #18

domob1812 opened this issue Aug 13, 2019 · 0 comments
Assignees

Comments

@domob1812
Copy link
Collaborator

domob1812 commented Aug 13, 2019

With the new PendingMoveProcessor from libxayagame, we should implement custom logic to track pending moves in the Taurion GSP. The information we need (for now) is waypoints of characters that are being moved, as well as new characters being created.

The format of the pending data could be like this:

{
 "characters":
   [
     {"id": 123, "waypoints": [...]},
     {"id": 456, "waypoints": [...]}
   ],
 "newcharacters":
   {
     "name": [{"faction": "red"}, {"faction": "blue"}],
     "other": [{"faction": "green"}, {"faction": "green"}]
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant