From d83e276c52b2e3bd10c74330e6f4a647a7603d00 Mon Sep 17 00:00:00 2001 From: JonShard Date: Mon, 17 Aug 2026 13:37:38 +0200 Subject: [PATCH] Add Claude instructions --- CLAUDE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..54210fb --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,13 @@ +# Instructions + +- Never do any commits. +- Keep answers short and concise. +- Don't do huge comments. Make them very short and only when necessary. +- Any comment that doesn't add more context than the code already provides should be omitted. +- Match the comment style of the rest of the project. +- Instead of commenting a block about what a function does, use short one-liner comments over sections of code within it. For example, where there are nested for loops and if statements, have one comment saying `# Find node based on criteria`. +- Always check syntax with the game engine. +- Read logs to confirm expected behavior when possible. + +## About the project +- All players will always play as clients. The server will be headless.