UNPKG

tictactoe-complex-ai

Version:
31 lines (30 loc) 782 B
{ "name": "tictactoe-complex-ai", "version": "1.0.1", "description": "A Complex JavaScript AI for the Tic Tac Toe Game.", "main": "index.js", "scripts": { "test": "mocha ./test/unit-test.js", "play-test": "node ./test/play-test.js", "vs": "node ./test/vs.js" }, "repository": { "type": "git", "url": "git+https://github.com/matheushpitz/Tic-Tac-Toe-Complex-AI.git" }, "keywords": [ "tictactoe", "complex", "ai", "game" ], "author": "Matheus Pitz", "license": "GPL-3.0", "bugs": { "url": "https://github.com/matheushpitz/Tic-Tac-Toe-Complex-AI/issues" }, "homepage": "https://github.com/matheushpitz/Tic-Tac-Toe-Complex-AI#readme", "devDependencies": { "mocha": "^6.1.4" } }