fertig-classic-games/public
Brian Fertig b63bf1b651 refactor: enhance GoFish ask animation with fishing line effect
Refactor the ask sequence in GoFishGame.js to introduce a visual fishing line
animation between the asker and target before revealing the result.

Key changes:
- Extract target slot/layout calculations outside conditional blocks for clarity.
- Add `animateFishingLine` method to draw a dynamic hook arc with barb that
  extends from asker to target over 1 second.
- Reorganize animation timing: reveal asker's card first, then cast fishing line,
  then handle catch/fail outcomes.
- Simplify catch/fail logic by unifying post-line animation flows.
- Improve visual feedback with staggered card appearances and smoother transitions.
2026-05-18 23:40:26 -06:00
..
assets feat: add background music system and improve card game interactions 2026-05-17 16:38:36 -06:00
data feat: add background music system and improve card game interactions 2026-05-17 16:38:36 -06:00
src refactor: enhance GoFish ask animation with fishing line effect 2026-05-18 23:40:26 -06:00
index.html First Commit 2026-05-15 19:35:16 -06:00
styles.css feat: overhaul visual theme to vintage gold and update UI components 2026-05-16 21:04:16 -06:00