This is a minimal simulation to help complete the Elevator Ride worksheet.
- Elevator motion from selected route (
1->20,1->10,20->1,10->1) - State of motion: speeding up, constant speed, slowing down, stopped
- Acceleration value and direction
- Rider sensation: heavier, normal, lighter
- Force comparison:
F_N > F_g,F_N = F_g, orF_N < F_g - A pug character in the elevator that says how it feels
- Sliders: mass, max speed, acceleration magnitude
- Buttons: Start, Pause/Resume, Reset, Step +0.25 s
python3 -m http.server 8080Then open http://localhost:8080.