Thread history
Jump to navigation
Jump to search
Time | User | Activity | Comment |
---|---|---|---|
No results |
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)