Is your feature request related to a problem? Please describe.
Randomness is a cool concept to introduce and opens up variability into our project. Randomness is also a corner-stone of simulations and realism.
Describe the solution you'd like
Create a fire-simulation activity to teach randomness. Don't just use a pure random function. Find a way to dial the randomness to something realistic. Think about fireplaces not candles.
A good starting point for creating more stable randomness is using a randomness smoothing algorithm such as Perlin Noise.
Requirements
[ ] Uses randomness to implement a light simulation similar to how a fireplace might react
[ ] Testing instructions will show up in the PR
Additional context
This project be more complicated
This project should have an accompanying documentation page in the notion
Is your feature request related to a problem? Please describe. Randomness is a cool concept to introduce and opens up variability into our project. Randomness is also a corner-stone of simulations and realism.
Describe the solution you'd like Create a fire-simulation activity to teach randomness. Don't just use a pure random function. Find a way to dial the randomness to something realistic. Think about fireplaces not candles. A good starting point for creating more stable randomness is using a randomness smoothing algorithm such as Perlin Noise.
Requirements
Additional context
Additional Resources