From 550201d3658ee44ef16c83fcf63cc53fe981adf5 Mon Sep 17 00:00:00 2001 From: John McCardle Date: Fri, 27 Feb 2026 22:11:10 -0500 Subject: [PATCH] CLAUDE guidance --- CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 99651f4..1715087 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -639,10 +639,10 @@ build/ ## Important Notes -- The project uses SFML for graphics/audio and libtcod for roguelike utilities +- The project uses SFML for graphics/audio (or SDL2 when building for wasm) and libtcod for roguelike utilities - Python scripts are loaded at runtime from the `scripts/` directory - Asset loading expects specific paths relative to the executable -- The game was created for 7DRL 2025 as "Crypt of Sokoban" +- The game was created for 7DRL 2023 - Iterator implementations require careful handling of C++/Python boundaries ## Testing Guidelines