Begin Hnefatafl from the game kit

This commit is contained in:
Eric Wagoner
2026-09-23 12:45:44 -04:00
commit ed1dcad259
59 changed files with 8048 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "hnefatafl-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"
}
}