CLAUDE guidance

This commit is contained in:
John McCardle 2026-02-27 22:11:10 -05:00
commit 550201d365

View file

@ -639,10 +639,10 @@ build/
## Important Notes ## 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 - Python scripts are loaded at runtime from the `scripts/` directory
- Asset loading expects specific paths relative to the executable - 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 - Iterator implementations require careful handling of C++/Python boundaries
## Testing Guidelines ## Testing Guidelines