UNPKG

tictactoe-minimax-ai

Version:

Implements an AI that uses the minimax algorithm for the tictactoe game

5 lines (3 loc) 101 B
var tictactoe = null; tictactoe = require('./build/Release/tictactoe'); module.exports = tictactoe;