Cookie Clicker Lesson
Choose what you want to learn about the workings of the Cookie Clicker game - how the local storage works, the OOP strucutre, or collaborative programming with your team.
Cookie Clicker Comprehensive Lesson
Here, you can find the lessons for creating the Cookie Clicker game, including a review on how to collaborate + an intro on OOP.
Local Storage
Local Storage With Cookie Clicker
This lesson explains how to use local storage in the Cookie Clicker game to save progress, manage player data, and persist game state across sessions.
OOP Coding
OOP Lesson With Cookie Clicker
This lesson explores object-oriented programming concepts through Cookie Clicker, showing how to structure code with classes, objects, and methods to build scalable and reusable features.