Multi-Mode Formula
Fragment of a discussion from Talk:Multi-Mode
Jump to navigation
Jump to search
Sorry for double post. Also like this it is possible to make Musashi Trick + Stop And Go + Random Movement
public double getDir(int complexity) {
double move = 1.0 / complexity;
return move * 36 + (Math.signum(--complexity) * (Math.random() * 256 - 128));
}
Dsekercioglu (talk)