Mark As Completed Discussion

Try this exercise. Click the correct answer from the options.

Within an online game, Player1 moves to a new position and scores points. How does the use of CRDTs affect Player2's state of the game?

Click the option that best answers the question.

  • Player2's game state is unaffected.
  • Player2's game state is affected immediately, despite any network latency.
  • Player2's game state is affected only if they collide with Player1.
  • Player2's game state will be affected only after they reload the game.