Skip to content

Commit 228e577

Browse files
committed
✨ (all) add batch module for analyzing and replaying games
1 parent f812e17 commit 228e577

8 files changed

+993
-0
lines changed

batch/package.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "@gaia-project/batch",
3+
"version": "0.1",
4+
"description": "Extracts statistics from games",
5+
"type": "commonjs",
6+
"contributors": [
7+
"zeitlinger"
8+
],
9+
"repository": "[email protected]:boardgamers-mono/gaia-project.git",
10+
"scripts": {
11+
"build": "tsc -p .",
12+
"stats": "ts-node src/stats.ts",
13+
"stats-replay-errors": "ts-node src/stats.ts replay-errors",
14+
"replay": "ts-node src/replay.ts"
15+
},
16+
"dependencies": {
17+
"@gaia-project/engine": "workspace:../viewer",
18+
"csv-writer": "^1.6.0",
19+
"lodash": "^4.17.15",
20+
"mongoose": "^5.9.10"
21+
},
22+
"license": "MIT",
23+
"devDependencies": {
24+
"@types/node": "^16.4.13",
25+
"ts-node": "^10.1.0",
26+
"typescript": "^4.3.5"
27+
}
28+
}

batch/pnpm-lock.yaml

+341
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)