tictactoe-agent
Version:
TicTacToe Agent - Suggests a good tictactoe move based on a heuristic
34 lines (33 loc) • 788 B
JSON
{
"name": "tictactoe-agent",
"version": "2.1.2",
"description": "TicTacToe Agent - Suggests a good tictactoe move based on a heuristic",
"keywords": [
"tictactoe",
"agent",
"game",
"ai",
"heuristic",
"stujo"
],
"main": "index.js",
"scripts": {
"test": "mocha specs --require specs/helpers/chai.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stujo/javascript-node-tic-tac-toe.git"
},
"author": "stujo",
"license": "ISC",
"bugs": {
"url": "https://github.com/stujo/javascript-node-tic-tac-toe/issues"
},
"homepage": "https://github.com/stujo/javascript-node-tic-tac-toe#readme",
"dependencies": {},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3",
"sinon": "^1.17.1"
}
}