
previous

page 23
next

You may recall that in the original game you were forced to discover the red shape last.
This was because the path from 8 to 9 only appeared after you had collected the other 6 colours.
To make this happen we need to change g_layout[8] to be [10,7,0,0] and to keep count of the shapes picked up.
You might like to try implementing this yourself before looking at the next page.
previous
next