Contact Map

Started by brow42

brow42 Lv 1

Some things to consider before a contact map puzzle is posted for players:

A little (1 or N-term) in the bottom left would be helpful. Optionally, an (N or O-term) could be in the upper right, but it is crowded.

Upper limit of utility of the contact map is 100 segments, unless it is resizable or you have a magnifying glass. (perhaps a small triangle in the unused space with a movable window). I'm sure this beta puzzle is already frustrating people with aging vision.

GetHeat() can crash. http://fold.it/portal/node/993374

Looping over GetHeat() is slow. A Lua function that returns a table of tables (x-y pairs) would be nice. Suggest contactmap.GetHeatTable(number threshold, number comparator) 0-4 = <, <=, >, >=. A similar function for IsContact might be useful too.