The game kit: the shared infrastructure of Wiz-War and Waving Hands as a template

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0141G6xqLeNRYEtviLWSB5Up
This commit is contained in:
Eric Wagoner
2026-09-23 11:00:05 -04:00
co-authored by Claude Fable 5.1
commit 1cd24e3ddd
59 changed files with 7420 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "__SLUG__-server",
"private": true,
"type": "module",
"description": "The game server: rooms, ledgers, and turns between people. Runs from source with tsx.",
"scripts": {
"start": "tsx src/index.ts"
},
"dependencies": {
"@sentry/node": "^10.75.2",
"tsx": "^4.23.15",
"ws": "^8.21.3"
}
}