You can only comment on a story if its author follows you or if they submit the story to one of your prompts.

History of Egg Hatching Simulator

By zdev [Current version]

4 years ago Version 1 Initial version of Egg Hatching Simulator
4 years ago Version 2 The main Bug is when you get an Egg and it dosen't give you anything. I am looking for a solve to this!
4 years ago chris commented: Cool! One bug I see is you'll never get a rare pet. In the conditional block (lines 38-49), the program will check each possibility and go with the first one that's true. Let's imagine that the variable luck gets randomly set to 0.71. The first possibility (luck > 0.2) is true, so you'll get a common pet. Any time luck is greater than 0.2, you get a common pet. So when might you get a rare pet?
4 years ago chris commented: To make it work, you need to put the most specific possibility first. If that doesn't match, then maybe the next one will match, and so on. I forked your story as an example: Egg Hatching Simulator (fork)
4 years ago zdev commented: Thank You so much Chris!!!
4 years ago chris commented: If you want to get really fancy, you might want to think about how different eggs could change the probability of getting different kinds of pets. Right now they're all the same. Maybe fancy eggs are more likely to hatch rare pets, but they're also more expensive?
4 years ago chris commented: Also, I'm doing some interviews with students today during class to hear about the stories they've written--I'd love to hear about your stories. If you're up for an interview, you can ask Mr. Matthias and he'll set it up.
4 years ago zdev commented: Since class is almost over, would there be another day i could do the interview?
4 years ago Version 3 Fixed the main bug! I also edited all thanks to chris.
4 years ago zdev commented: Welcome to Egg Hatching Simulator! CURRENT FEATURES-- - 4 Pets (Maybe 5?!?!👀) - 5 New Eggs to hatch! - *LIMITED* Summer Egg has Arrived! This will be removed on June 9! - Thanks for playing!
4 years ago chris commented: Woohoo! (Also, I love the idea of a limited-time offer in a story!)
4 years ago chris commented: For the interview, how about on Tuesday? It'll be your last full day of CS this year!
4 years ago zdev commented: Ok, that will work for me! Im kinda sad aboit leaving CS.😢
4 years ago zdev commented: Ok, that will work for me! Im kinda sad aboit leaving CS.😢
4 years ago Version 4 Summer egg hasbeen removed! It should have gone earlier but i never got around to it! Thanks for playing!
4 years ago Version 5 UPDATE: [NEW] Harvest Egg to open, ssecret pet to unlock (Good Luck) and so have fun.
4 years ago chris commented: I love the seasonal updates! It's like the pumpkin spice latte at coffee shops :)
4 years ago zdev commented: Haha! I rely do enjoy seasonal stuff but just havent been into it! Thats why this was my choice!