Files

34 lines
518 B
Markdown

# FrogFPS — Design Decisions Log
*Track important design choices here. Each entry explains what was decided, why, and any alternatives considered.*
---
## Template
```markdown
### [Date] — [Feature/Decision Name]
**Decision:** What was chosen
**Rationale:** Why this choice was made
**Alternatives Considered:**
- Option A: ...
- Option B: ...
**Trade-offs:**
- Pros: ...
- Cons: ...
**Related Files:**
- `path/to/file.cs`
- `path/to/scene.tscn`
```
---
## Entries
<!-- Add entries below this line -->