What is Cookie Clicker?
Making an app that resembles the infamous cookie clicker
Every time you click a cookie, it adds 1 to the count
Download these files to your computer
Unzip them
Don't like these? You can find your own here:
Animation: lottiefiles.com/featured
Sound Effects: sound-effects.bbcrewind.co.uk/
Icons: icons8.com/
Images: pixabay.com/illustrations/
Music: freemusicarchive.org/home
What's a Splash Screen?
How to add a Loading icon?
How to make the app Wait for 3 seconds?
How to navigate to another screen
What is a variable?
How to initialize a variable?
How to update the variable each click?
How to show the variable to the user?
What's an If Statement/Selection Statement?
How to make decisions using If Statement?
JSON Animation
Reset variable for "Play again"
It's like a box with a name, where you put the number 9 into a box named "age". If I ask you how old you are, then you don't say "9", but you give me the box named age, and I am going to look it up on my own. I can take stuff out from the box, change what's in the box, use what's in the box, put things back in the box... etc
In our app, our variable is called TimesClicked
Also called Selection statement. It is a decision-making statement that guides a program to make decisions based on specified trigger, criteria, or variable.
In this case, our If Statement decides when to change screen based on the TimesClicked variable.
VERY IMPORTANT: The content covered above is the minimum expectation. You should be spending time to improve the user experience (UX) of your app. Consider the following:
Make sound effect/background music when using the app or pressing buttons
Vibrate the phone when buttons are pressed
Use custom icon or images to make this your app
Adjust the layout to what you think the user would find easiest to use
Get a shared link from Thunkable (Here's how)
Submit on Edsby using the SUBMIT > ADD A VIDEO OR LINK button