Go to file
Horoli 104bf4fe48 docs: create agent.md and CONTEXT.md with full project structure
- Add agent.md for high-level project overview and feature list
- Add CONTEXT.md for detailed development guide and logic explanation
- Refactor project structure: move config.js to constants.js and update references
- Improve camera tracking logic with Lerp and jittering prevention
- Update ArenaScene to support intelligent combat observation and minimap viewport
- Fine-tune combat mechanics: optimize projectile spawn points and hit detection
2026-05-22 09:13:49 +09:00
public/assets/characters feat: Initial project setup 2026-05-22 01:14:08 +09:00
src docs: create agent.md and CONTEXT.md with full project structure 2026-05-22 09:13:49 +09:00
.gitignore feat: Initial project setup 2026-05-22 01:14:08 +09:00
CONTEXT.md docs: create agent.md and CONTEXT.md with full project structure 2026-05-22 09:13:49 +09:00
agent.md docs: create agent.md and CONTEXT.md with full project structure 2026-05-22 09:13:49 +09:00
index.html feat: improve spawning, victory logic, and camera controls 2026-05-22 01:37:41 +09:00
package-lock.json feat: Initial project setup 2026-05-22 01:14:08 +09:00
package.json feat: Initial project setup 2026-05-22 01:14:08 +09:00
todo.md feat: improve spawning, victory logic, and camera controls 2026-05-22 01:37:41 +09:00