dartmouth-cs98-23f / slider.fun-frontend

Slider is a photo editing puzzle game. You use the sliders to edit the unedited photo, aiming to match the (edited) target photo. As you complete more puzzles, your photo editing skills will improve.
https://www.slider.fun/
1 stars 0 forks source link

Hints documentation (for Zhoucai) #101

Open ethangearey opened 9 months ago

ethangearey commented 9 months ago

functions: (Game.jsx) calculateHint = (editedOptions, currentOptions) =>

hint and above function is passed into ResultsModal component

(ResultsModal.jsx) const hintHandler = () =>

hint is set if score is below 95