marouen-lamiri / Second-Soul

Unity-Game
2 stars 0 forks source link

Remove Player (Multiplayer) #81

Closed marouen-lamiri closed 9 years ago

marouen-lamiri commented 10 years ago

As a Fighter, i want to be able to remove a player

[SP: 2] [Priority: 5]

Kishor0122 commented 9 years ago

On the server (fighter) side, the client (sorcerer) can be removed from the game. When the sorcerer AI works, may want to consider removing the player but leaving the sorcerer, and having it revert to being controlled by the AI. Signing off.

nico3865 commented 9 years ago

Task Breakdown (actual): --> total 45min approx.

(0.75h) --add button and disconnect client onClick.

nico3865 commented 9 years ago

Demo Steps

  1. Open NetworkStartMenu scene in two game instances
  2. Create a Fighter in one, and a Sorcerer in the other.
  3. Click the "Remove Client" button next to the chat window.
  4. Verify that the client (sorcerer) got disconnected, and that the server instance (fighter) can continue playing in one player mode.
nico3865 commented 9 years ago

Blackbox Testing