-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ (all) add batch module for analyzing and replaying games
- Loading branch information
1 parent
293ef53
commit bd85a00
Showing
26 changed files
with
1,307 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
node_modules | ||
batch/replay/ | ||
batch/dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"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", | ||
"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" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.