feat: tetris test

This commit is contained in:
2025-10-03 21:41:05 +02:00
parent 3ff5df5a6f
commit 3077f8685b
5 changed files with 1578 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "tetris",
"version": "1.0.0",
"description": "16x16 Tetris pixelstream demo",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.21.2",
"ws": "^8.18.3"
}
}