scala-academy / akka-crashcourse

Project for getting a feeling of Akka
1 stars 2 forks source link

Implement Game Manager Actor #11

Closed jordi133 closed 6 years ago

jordi133 commented 6 years ago

The companion object of the GameManagerActor class contains a short description of the protocol that should be implemented.

Naturally, all logic of this actor should be verified in isolation by proper unit tests.