tinmagpie / deepdev

Deeper and deeper, where no browser has gone before...
113 stars 19 forks source link

Calculate Win: Disco Fish #17

Closed rachelnabors closed 8 years ago

rachelnabors commented 8 years ago

This challenge is won when:

Paths inside #d2600 (referenced via CSS as #d2600 path)

change their fill from transparent to #56fddb

Concern People using the eyedropper tool might not get an exact match if they pick a pixel bordering on another pixel. Is there a way to test for how bright it is? Other possibility: just look for the value to change to a hex value period.

potch commented 8 years ago

I'm checking for "any change to the fill", which is fairly effective.

Question- the challenge wants you to scroll back up to Flashlight Fish to get the sample, who is already in motion. This is... tricky. Any other place we can sample the color?

rachelnabors commented 8 years ago

This is the UI I'm working on tonight: the flashlight fish and it's cheek will be in there for sampling!

On Thu, Oct 22, 2015 at 4:56 PM Potch notifications@github.com wrote:

I'm checking for "any change to the fill", which is fairly effective.

Question- the challenge wants you to scroll back up to Flashlight Fish to get the sample, who is already in motion. This is... tricky. Any other place we can sample the color?

— Reply to this email directly or view it on GitHub https://github.com/tinmagpie/deepdev/issues/17#issuecomment-150390634.

potch commented 8 years ago

This is working- love the zoomed-in UI :)

rachelnabors commented 8 years ago

Saved the best for last ;)

On Fri, Oct 23, 2015 at 12:40 PM Potch notifications@github.com wrote:

This is working- love the zoomed-in UI :)

— Reply to this email directly or view it on GitHub https://github.com/tinmagpie/deepdev/issues/17#issuecomment-150672028.