feat: add snek game pixel stream example

This commit is contained in:
2025-10-03 21:20:10 +02:00
parent 1383f6d32f
commit be1a2f1e21
5 changed files with 1752 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "snek",
"version": "1.0.0",
"description": "",
"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"
}
}