From 6fcdfb54f5a2c58edae203fc5d9311bb36b5ba86 Mon Sep 17 00:00:00 2001 From: devin Date: Thu, 9 Jul 2026 21:53:45 -0400 Subject: [PATCH] Add credits section to README Added credits section to acknowledge resources used. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 98e513a..83569af 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,15 @@ The services share types, auth logic, and tooling, so keeping them in one repo keeps those in sync: `pnpm` workspaces share dependencies, `@repo/` packages share code, Turborepo runs build/test/lint with a single cached task graph, and cross-service changes land in one atomic commit. + +## Credits + +I started this after the official servers shut down, so I could only see the +request shapes coming from the game client. I used many different projects as +resources to get response shapes, logic examples, enums, etc. They all had +missing pieces. Again, another reason to come together on one project and +stop gatekeeping. + +Unfortunately, they were all leaked code except for +[CannedNet](https://github.com/CannedNet/CannedNet) so I will not list them +publicly.