Skip to content

Commit

Permalink
✨ (all) add batch module for analyzing and replaying games
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Nov 15, 2021
1 parent 0e3369b commit d849889
Show file tree
Hide file tree
Showing 8 changed files with 993 additions and 0 deletions.
28 changes: 28 additions & 0 deletions batch/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "@gaia-project/batch",
"version": "0.1",
"description": "Extracts statistics from games",
"type": "commonjs",
"contributors": [
"zeitlinger"
],
"repository": "[email protected]:boardgamers-mono/gaia-project.git",
"scripts": {
"build": "tsc -p .",
"stats": "ts-node src/stats.ts",
"stats-replay-errors": "ts-node src/stats.ts replay-errors",
"replay": "ts-node src/replay.ts"
},
"dependencies": {
"@gaia-project/engine": "workspace:../viewer",
"csv-writer": "^1.6.0",
"lodash": "^4.17.15",
"mongoose": "^5.9.10"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^16.4.13",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
}
}
341 changes: 341 additions & 0 deletions batch/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d849889

Please sign in to comment.