kasperpeulen / euclidthegame

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

Remove locked tools from Level1 and Level2 #359

Open mbinette91 opened 7 years ago

mbinette91 commented 7 years ago

Level one is to construct an equilateral triangle and unlock that tool, but that tool is immediately available at the beginning of the lesson.

On top of that, using it directly will show "Completed" (technically correct), but does not register the level as finished (or show the link to Level2).

Also a similar fix in Level2 for Midpoint (this one registers it as a completed level in 1 move..!).

Tested Level1 and Level2 to make sure the locked tools are not showing up, and still showing up in the next levels.

Fixes #354