From 42dfd9eb83d60af32bf1e277253eb48c0a161e32 Mon Sep 17 00:00:00 2001 From: gltron Date: Sun, 19 Jul 2026 18:00:04 +0200 Subject: [PATCH] Rewrite instructions --- REWRITE.md | 449 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 449 insertions(+) create mode 100644 REWRITE.md diff --git a/REWRITE.md b/REWRITE.md new file mode 100644 index 0000000..2a1ab4a --- /dev/null +++ b/REWRITE.md @@ -0,0 +1,449 @@ +# Tron.io Rewrite — Plain JS Client + Rust Server + +## Stack + +- **Server:** Rust, `actix-web` (HTTP + WebSocket), `serde_json` for the wire protocol, `uuid` for player IDs, `rand` for colors/spawn. +- **Client:** plain HTML/CSS + native ES modules (`