othello-danyo
Version:
Othello utility with min/max and reinforcement learning algorithms
24 lines (23 loc) • 628 B
JSON
{
"name": "othello-danyo",
"version": "1.0.4",
"description": "Othello utility with min/max and reinforcement learning algorithms",
"keywords": [
"othello"
],
"homepage": "https://github.com/dhong9/othello-danyo#readme",
"bugs": {
"url": "https://github.com/dhong9/othello-danyo/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhong9/othello-danyo.git"
},
"license": "ISC",
"author": "Danyo <danielhong35@gmail.com> (https://danyo.tech)",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no tests specified\" && exit 1"
}
}