TicTacToe 1.0.0
Chapter 04 Tic Tac Toe application.
Actor model has been modified.
- the.State -> this.StateManager
- StatefulActor, StatelessActor -> Actor. StatePersistence is defined by annotation.
Chapter 04 Tic Tac Toe application.
Actor model has been modified.