Technical Implementation: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* Notification from server if nearby actions take place, the notifications shall contain enough data to update the info in the client (typically attacks) | * Notification from server if nearby actions take place, the notifications shall contain enough data to update the info in the client (typically attacks) | ||
* Server controls what is on the map (the client shall not assume anything) | * Server controls what is on the map (the client shall not assume anything) | ||
== Internal actions == | |||
* Map | |||
* Map at pos x,y | |||
* Map at nest n | |||
etc |
Revision as of 10:11, 27 January 2016
Just some comments to myself:
- Notification from server if nearby actions take place, the notifications shall contain enough data to update the info in the client (typically attacks)
- Server controls what is on the map (the client shall not assume anything)
Internal actions
- Map
- Map at pos x,y
- Map at nest n
etc