npm install @sahilsinghrana/tictactoe.js
import TicTacToe from "@sahilsinghrana/tictactoe.js";
const game = new TicTacToe();
game.board.board; // Board Array
game.play(x, y); // plays a move for userconst TicTacToe = require("@sahilsinghrana/tictactoe.js");
const game = new TicTacToe();
game.board.board; // Board Array
game.play(x, y); // plays a move for userMIT © 2024 Sahil Singh Rana