2.0.0 : multijoueur — monde partagé persistant, DLA paramétrables par monstre, admin à chaud

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
perco
2026-06-12 10:53:16 +02:00
co-authored by Claude Fable 5
parent e5a4148ee8
commit 1a5d2c7317
10 changed files with 1839 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM node:22-alpine
WORKDIR /app
COPY index.html server.js ./
COPY index.html admin.html server.js mp.js ./
COPY css ./css
COPY js ./js
COPY img ./img