kasperpeulen / euclidthegame

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

Level 22 - only primitives #286

Open ntropi opened 10 years ago

ntropi commented 10 years ago

Level 22 can be done in 9 steps with only primitives using the following layout capture

It uses rays for the upper left and upper right edge of the hexagon, but the rays do not count for completion... Not sure if this is intended.

kasperpeulen commented 10 years ago

ah, hm.. good point, it is hard to program something that accepts this, but it surely looks very good, I'll think about it

andersk commented 10 years ago

In fact, you can do it in 8 primitive moves if rays are allowed to be sides.

SnapDragon64 commented 10 years ago

It would also be nice if rays counted on level 8, so this 4-primitive-move solution to level 8 worked. Creating the final endpoint E doesn't win the level. image