In a multiplayer game, players move characters around of a common scene. Game state is replicated on player machines and on a server, which
Q: In a multiplayer game, players move characters around of a common scene. Game state is replicated on player machines and on a server, which contains the services that control the game as a whole, such as collision detection. Updates are multicast to all replicas. Consider the following conditions and answer each of the questions asked:
i) Characters can launch projectiles at each other, and a hit weakens the unfortunate recipient for a limited time. Indicate what type of Update request is required here. Explain why your
choice. Hint: consider the events 'throw', 'crash' and 'revive'.
ii) The game incorporates magical objects that can be picked up by a player to help you. Indicate which type of order should be applied to the "object collection" operation. Explain the reason for the choice.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps