8 Commits

Author SHA1 Message Date
pobadoba
151d2ed596 final fixes and readme 2026-05-10 23:33:56 +09:00
pobadoba
7f6548d9fb update readme 2026-05-10 23:04:01 +09:00
pobadoba
6532387f59 docs: Standardize module documentation and focus on final product
- Added complete documentation for state.js, maze.js, grid.js, sfx.js
  (was: 'Already Well-Structured — No Changes')
- Removed 'Refactoring Summary' section (process-focused content)
- Restructured 'Design Decisions & Rationale' to document current architecture
  rather than refactoring journey
- Updated 'AI Assistance' section to mention refactoring work in context
  of overall development
- Simplified 'Files Structure' legend to remove distinction between
  refactored and original modules
- All 14 modules now documented consistently with Purpose/Functions/Benefits

Result: Documentation now explains the final product cleanly without the
'something changed' narrative, while preserving context of development work.
2026-05-10 22:33:56 +09:00
pobadoba
74dc932766 refactor(all): refactor code structure into separate js files 2026-05-10 22:25:43 +09:00
pobadoba
9748c2e2f5 refactor(sfx.js): use vite imports for npm run build to work properly 2026-05-10 22:03:24 +09:00
pobadoba
e4d3d32702 fix(all): game window size and unused files 2026-05-10 21:53:31 +09:00
pobadoba
b95438dfd0 screens cleanup 2026-05-10 18:05:17 +09:00
pobadoba
66f5f35a9e init repository with p5js and babylon 2026-05-05 18:17:28 +09:00