FanaroEngineering / fanaro.io

Where I expose cool stuff about Go (Baduk or Weiqi), programming, productivity, psychology, philosophy, etc.
https://fanaro.io
Other
6 stars 6 forks source link

Multiple solutions for tsumego challenge #90

Open renanpablocruz opened 1 year ago

renanpablocruz commented 1 year ago

I'm referring to the challenge posted here.

The challenge statement suggests it only has one solution, but I believe there is more than that.

I believe there are three solutions for the challenge (including a trivial/non-sense one). In all diagrams, 1 represents a removed black stone, and 2 represents where that stone should be placed to make the black group live.

Here is the original position: original_position

The first solution (Trivial/non-sense): trivial_solution

Second solution: solution_2

Third solution: solution_3

Att,