Example
Lemonade Stand Simulator
A few years ago, I had an assignment in grad school to create a game using only a spreadsheet. I've always loved simulations and math games, so I created a Lemonade Stand Simulator. Later, I converted it into a Storyline project: this helped me improve my UI and be more creative with design, but my basic JavaScript knowledge didn't allow me to create the functionality and randomization that I wanted.
This version is my attempt at building it again with Code Block. It took several code tweaks, especially to improve accessibility, but it’s been a fun way to push my knowledge further.
In this game, the goal is to get to $1000 in less than 100 days (the earlier, the better). Buy ingredients, make sure the ice is replenished daily, keep an eye on your recipe and price, and... go sell some lemonade! 🍋
Take a look at the project in Review 360
2 Replies
- CydWalker_mwhcCommunity Member
What a great teaching game for those wanting to set up a stand and learn about the cost of doing business!
- ded2Community Member
Nice job! Love these kinds of simulations. Will have my daughter try it out.