add Box3D-powered Bad Movers game
All checks were successful
build / image (push) Successful in 1m39s

This commit is contained in:
Syncer Deploy
2026-08-31 12:32:39 -04:00
parent 147baf6b13
commit 38ac419204
18 changed files with 3320 additions and 10 deletions

12
package-lock.json generated
View File

@@ -1276,6 +1276,15 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/box3d-wasm": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/box3d-wasm/-/box3d-wasm-0.2.0.tgz",
"integrity": "sha512-cvju1RYCTeChr+CUc2Sh+EsFaypP+6SSlNNSuf4Y3+e4nUFu1O25xQLZTBVUqp1+Wn4Xa2fA4cxrtLzLoWOk4A==",
"license": "MIT",
"engines": {
"node": ">=22"
}
},
"node_modules/chalk": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
@@ -2195,7 +2204,8 @@
"name": "@syncer/shared",
"version": "0.0.0",
"dependencies": {
"@syncer/engine": "0.0.0"
"@syncer/engine": "0.0.0",
"box3d-wasm": "^0.2.0"
},
"devDependencies": {
"typescript": "^7.0.2"