Game 026 β€” High Score List

Theme: Sunset Glow
🧠 New concept: Sorting + Top N + localStorage

Learning Notes

🧩 What’s different from last game?

You transform stored data (sort/slice) to derive a leaderboard and persist it.

πŸ”€ Optional challenge variants

Open the code and try the variant ideas listed in comments near the bottom.

Tip: Use your browser devtools console to inspect state while you play.