Skip to content

TicTacToe 1.0.0

Compare
Choose a tag to compare
@TsuyoshiUshio TsuyoshiUshio released this 07 Aug 11:39
· 33 commits to master since this release

Chapter 04 Tic Tac Toe application.

Actor model has been modified.

  1. the.State -> this.StateManager
  2. StatefulActor, StatelessActor -> Actor. StatePersistence is defined by annotation.