Update documentation to reflect current project structure and features#33
Merged
Update documentation to reflect current project structure and features#33
Conversation
Fix numerous inaccuracies: correct indentation style (tabs not spaces), remove non-existent pixi-filters dependency and scripts (build:rpg, dev:rpg), add missing files (comparison.ts, ProblemUI.ts, areas.ts, backgroundMaker.ts, rpgIndex.ts, actors.ts, deploy scripts), fix category count (31 not 28), add missing Problem.options field, document additional entry points, LocalStorage keys, and const object enum patterns. https://claude.ai/code/session_015zSvxuqK3KeB1KtmdCsvNi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the CLAUDE.md documentation to accurately reflect the current state of the cat-math project, including recent additions to the RPG module, new problem types, and build/deployment infrastructure.
Key Changes
index.htmlfor category selectionactors.htmldebug playgroundrpgIndex.tsandactors.tsentry pointsProblemUI.tsfor in-battle math problem displayareas.tsfor progression/wave definitionsbackgroundMaker.tsfor sprite generationwizardMaker.tshelper for wizard factorypages.sh,pages-beta.sh,pages-rpg.sh)build:rpganddev:rpgcommands)bun run simfor battle simulation,bun run debug)EnemyType,BackgroundType)actors.htmlas debug playgroundNotable Details
optionsfield for multiple-choice comparison problemshttps://claude.ai/code/session_015zSvxuqK3KeB1KtmdCsvNi