public class SpiralWordNudger extends java.lang.Object implements WordNudger
| Constructor and Description |
|---|
SpiralWordNudger() |
public processing.core.PVector nudgeFor(Word w, int attempt)
WordNudgernudgeFor in interface WordNudgerw - the word to nudgeattempt - how many times WordCram has tried to place this word; starts
at zero, and ends at
(int)((1.0-word.weight) * 600) + 100