tiqtak
Version:
simple to use Checkers engine
33 lines • 611 B
JSON
{
"name": "tiqtak",
"type": "module",
"collaborators": [
"Tolumide Shopein"
],
"description": "simple to use Checkers engine",
"version": "1.0.7",
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/tolumide-ng/tiqtak"
},
"files": [
"tiqtak_bg.wasm",
"tiqtak.js",
"tiqtak_bg.js",
"tiqtak.d.ts"
],
"main": "tiqtak.js",
"types": "tiqtak.d.ts",
"sideEffects": [
"./tiqtak.js",
"./snippets/*"
],
"keywords": [
"checkers",
"mcts",
"monte-carlo",
"search-heuristics",
"checkers-engine"
]
}