tttr
v1.0.0
Published
A TicTacToe/3-in-a-row engine
Downloads
6
Maintainers
Readme
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!