MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / playTicTacToe_tryAgain

Method playTicTacToe_tryAgain

code/main/ATree.ts:344–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342 }
343
344 private playTicTacToe_tryAgain(): void{
345 this.startTicTacToe();
346 this.update();
347 this.getGame().updatePlace();
348 }
349
350 private playTicTacToeSign(xIndex: number, yIndex: number): void{
351 // Add the sign

Callers

nothing calls this directly

Calls 4

startTicTacToeMethod · 0.95
updateMethod · 0.95
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected