initial Game

This commit is contained in:
christopher
2026-09-12 01:33:07 -04:00
commit a740d2f141
15 changed files with 4275 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "pinball",
"version": "1.0.0",
"description": "A browser pinball game with a zero-dependency Node.js server",
"private": true,
"type": "module",
"scripts": {
"start": "node server.js",
"test": "node --test"
},
"engines": {
"node": ">=20"
}
}