Another giant claude refactor lots of scratch files were deleted here… #11
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.
… that should be looked over before merging this branch
Many scratch files deleted check off any that have been reviewed here:
Changes to be committed:
new file: CLAUDE.md
deleted: assets/character/avatars/scratch.lua
modified: colors.lua
modified: conf.lua
new file: create_distro.md
new file: docs/CHANGELOG.md
new file: docs/CODEBASE_REFACTORING_PLAN.md
new file: docs/TILE_SYSTEM.md
new file: docs/VERSION_MANAGEMENT.md
modified: highscore.lua
modified: main.lua
modified: objects/coin.lua
modified: objects/item.lua
modified: objects/player.lua
modified: objects/zombie.lua
deleted: spheres_scratch.lua
deleted: src/constants.lua
new file: src/core/game_config.lua
new file: src/core/love_compat.lua
new file: src/core/services.lua
new file: src/core/version.lua
deleted: src/dependencies.lua
new file: src/experimental/README.md
new file: src/experimental/video_slideshow.lua
deleted: src/logging.lua
deleted: src/particles/baseParticle.lua
deleted: src/particles/blood.lua
deleted: src/particles/test.lua
deleted: src/particles/untestedParticle.lua
new file: src/ui/Button.lua
new file: src/ui/EquipmentSlot.lua
new file: src/ui/Layout.lua
new file: src/ui/Panel.lua
new file: src/ui/StatSlider.lua
new file: src/ui/UIManager.lua
new file: src/ui/debug_menu.lua
new file: src/ui/theme.lua
modified: states/_template/_addState.lua
new file: states/characterCreation/BodyRenderer.lua
new file: states/characterCreation/CharacterStats.lua
modified: states/characterCreation/characterCreation.lua
modified: states/characterCreation/drawMan.lua
modified: states/characterCustomizer/characterCustomizer.lua
modified: states/characterCustomizer/slider.lua
deleted: states/computer/computer-scratch1.lua
modified: states/computer/computer.lua
deleted: states/dialogue/scratch.lua
modified: states/dialogue/test-dialogue-library.lua
modified: states/dinner/README.md
deleted: states/earth2/player_scratch.lua
modified: states/editor/editorui.lua
modified: states/face/man1.lua
modified: states/generate/generate.lua
deleted: states/generate/player_scratch.lua
modified: states/inventory/inventory.lua
deleted: states/kitchen/kitchen-scratch.lua
modified: states/menu/loadSave.lua
modified: states/menu/menu.lua
modified: states/menu/menu_helper.lua
deleted: states/menu/menu_scratch.lua
modified: states/menu/newGame.lua
modified: states/options/options.lua
modified: states/pause.lua
modified: states/splash.lua
modified: states/vapeStatus/vapeStatus.lua
modified: states/wireArt/draw_wires.lua
modified: states/wireArt/wire.lua
modified: states/wireArt/wireArt.lua
modified: test_dinner.lua
deleted: tiles/chunk scratch.lua
deleted: tiles/map scratch.raint
deleted: tiles/newMap scratch.lua
modified: tiles/tlm.lua
modified: tools/gameloop.lua
modified: tools/renderer.lua
modified: tools/world_physics.lua
Overview
Problem
Solution
Test Coverage
Ticket
Screenshot Before and After