Classes
Methods
setContext()
- Description:
Inject game context. Called by the Game controller before start().
- Source:
AnimationManager — drives all visual effects at ~12.5 fps using rAF.
Each tick:
The board and player references are set by the Game controller just before the game loop starts via setContext().
Inject game context. Called by the Game controller before start().