Fix: Restore unified Topics folder and reorganize specialized category folders

This commit is contained in:
Antigravity Agent
2026-05-02 23:25:02 +09:00
parent b71a0b82d3
commit fdfbc83535
6241 changed files with 147626 additions and 194 deletions
@@ -0,0 +1,24 @@
# UX and Dopamine Feedback Upgrade (V10.0)
단순한 발사 로직을 넘어, 유저에게 강렬한 피드백을 전달하기 위한 설계 사양입니다.
## 1. Probabilistic Critical Hit (슬롯머신 경험)
- **공식**: `damage *= 1.5 + Math.pow(Math.random(), 3) * 3.5`
- **심리적 효과**: Cubic Power를 사용하여 초고속 데미지가 극도로 희귀하게 발생하게 함으로써, 소위 '잭팟(Jackpot)' 효과 유도.
## 2. Visual Feedback Engine
타격의 세기에 따라 시각적 계층을 분리했습니다.
- **Normal**: 작은 흰색 숫자 출력.
- **Critical**: 대형 황금색 "CRITICAL!" 텍스트 및 `shadowBlur` 이펙트(부유 후 페이드아웃).
## 3. Difficulty Scaling Algorithm
플레이어가 지루함을 느끼지 않도록 시간이 지날수록 난이도를 복리로 상승시킵니다.
- **Factor**: `difficultyMult = 1.0 + (frame / 3600) * 0.1`
- **영향 범위**: 적 생성 쿨다운 감소, 적 HP 상승, 환경 장애물(Asteroids) 보정률 상승.
## 4. Policy: FALCON Streamlining
통계적 밸런싱의 용이성을 위해 현재 주력 기체를 `FALCON`으로 단일화하고 집중 케어합니다.
---
**Status**: Verified High-Dopamine Content
**Category**: Game Design / User Experience