From 24484df5144b2931802af8f1cd8c6fef1569dea4 Mon Sep 17 00:00:00 2001 From: PsiMagistr Date: Sat, 17 May 2025 11:55:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B8=D0=B3=D1=80=D0=BE=D0=B2=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=20=D1=82=D0=B0=D0=B9=D0=BC=D0=B5=D1=80=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 6 +- public/js/client.js | 535 +++++++----------- public/js/ui.js | 661 ++++++---------------- public/style_alt.css | 637 ++++++---------------- server_modules/config.js | 5 + server_modules/gameInstance.js | 962 +++++++++++---------------------- server_modules/gameManager.js | 585 +++++--------------- 7 files changed, 997 insertions(+), 2394 deletions(-) diff --git a/public/index.html b/public/index.html index 51d02a5..1a99ac9 100644 --- a/public/index.html +++ b/public/index.html @@ -130,6 +130,11 @@

Ход: Игрок 1

+ +
+ Время на ход: -- +
+
@@ -206,7 +211,6 @@