Function Factory
A function is a recipe you write once and use forever. We wrote flower() once โ now we can plant a whole garden in three lines.
Fireworks
An array is a list. Ours holds hundreds of sparks, each with its own position and speed โ and one loop moves them all. Click to launch!
Pong โ The Real Deal
Everything you've learned in one game: variables, if-statements, coordinates, collision. It works โ but it's your job to make it better.
Git โ save points for code ๐พ
Git is like save points in a game. Commit = save your progress. GitHub = your saves, online, with your name on them. This is the exact workflow professionals use every single day.
๐ก Commit messages say what you did: "added fireworks", "fixed the paddle bug". Future-you reading the history should know exactly what happened. And yes โ your GitHub profile is basically a trophy cabinet.