# Signal Garden

Signal Garden is an original single-player browser puzzle game. Route the courier from the lower-left start to the upper-right gate, collect the six sparks, avoid moving hazards, and finish before the timer expires.

## Play

- Open the [public demo](https://cashforge-evidence-desk.marielramos473.chatgpt.site/arcade).
- Use arrow keys or `WASD` to move; `R` restarts after a run.
- Collect sparks for score and reach the gate to complete the loop. A collision or timeout ends the run.
- The game uses no account, backend, paid API, or API key for the first session.

## Evidence

- [Gameplay GIF](https://cashforge-evidence-desk.marielramos473.chatgpt.site/arcade/signal-garden-clip.gif)
- [Source](https://cashforge-evidence-desk.marielramos473.chatgpt.site/arcade/signal-garden-source.tsx)

The build is dependency-free at runtime and stores only the local best score in browser storage. The concept, layout, hazards, timer, scoring, and progression are original to this submission.
