Add simple WebSocket multiplayer

This commit is contained in:
2026-05-05 11:40:05 -04:00
parent 2833d9610a
commit c7dcc71707
7 changed files with 495 additions and 33 deletions

2
.gitignore vendored
View File

@@ -15,6 +15,7 @@ out/
# Logs
*.log
server.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
@@ -23,4 +24,3 @@ pnpm-debug.log*
# OS files
.DS_Store
Thumbs.db