Skip to content

Commit

Permalink
Document neighbour exchange a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Mar 24, 2011
1 parent 203733b commit c082e1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,11 @@ send_move_messages() {
/*
Send our foreign/border entities to our 2 neighbours
Receive the same from each neighbour
We've sent move messages to both left and right neighbours
Receive move messages from each neighbour and attempt to add the robots
Respond by sending back any robots which collided and our border entities
We also receive the same response for the move messages we sent
*/
void
exchange_foreign_entities() {
Expand Down

0 comments on commit c082e1a

Please sign in to comment.