Open Vampire opened 10 years ago
@Vampire I think this is fixed in the development website: http://euclidthegame.me/Level4/
@Vampire Actually, now I think more about it, with method you get this tool, 180 degree angle seems perfectly valid, no ? Even more than 180 degrees seems to work with the method here http://euclidthegame.me/Level3/
Yep, also played through the dev site now and there it is not possible. More than 180° is fine, but exactly 180° does not work. At least not with the method I used to solve Level 3. It was:
For 180° the second step would bring out A itself as midpoint and so you have only one point to draw the ray which is not possible.
The angle bisection tool lets you bisect a 180° angle by selecting three points on a line. At least with the method to get the tool this is not possible. This way you can solve Level 4 easily but wrongly.