kasperpeulen / euclidthegame

A geometry game based on Euclid's Elements.
euclidthegame.org
MIT License
447 stars 74 forks source link

Level 15: solution not accepted #312

Closed Snawoot closed 10 years ago

Snawoot commented 10 years ago

I have pointed incircle center as angles bisect intersection and my solution seems to be not accepted

Hexstream commented 10 years ago

Your solution is slightly incorrect. Your E point is not a valid point to determine the radius of the incircle, although really close. You can verify that your solution is invalid if you right-click-drag one of the original points of the triangle around.

On Fri, Jul 25, 2014 at 1:38 AM, Vladislav Yarmak notifications@github.com wrote:

I have pointed incircle center as angles bisect intersection and my solution seems to be not accepted

https://camo.githubusercontent.com/f650bc52654b90853064957ef6d69ea2c20c911e/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f353434363237302f254430254131254430254244254430254238254430254243254430254245254430254241253230254431253844254430254241254431253830254430254230254430254244254430254230253230254430254238254430254237253230323031342d30372d32352532303039253341333325334132332e706e67

— Reply to this email directly or view it on GitHub https://github.com/kasperpeulen/euclidthegame/issues/312.

Snawoot commented 10 years ago

Thanks! Now I can see.