1.0.0 • Published 2 years ago
tttr v1.0.0
TTTR
A (not so) basic engine for playing TicTacToe.
Usage
const board = new Board()
board.makeMove(1, 1)
const isOver = board.checkGameOver()
// ...
See documentation for more info!
1.0.0
2 years ago
A (not so) basic engine for playing TicTacToe.
const board = new Board()
board.makeMove(1, 1)
const isOver = board.checkGameOver()
// ...
See documentation for more info!
2 years ago