Multi-Mode Formula

Jump to navigation Jump to search

Multi-Mode Formula

Collapse

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page.

 

Return to Thread:Talk:Multi-Mode/Multi-Mode Formula.

Collapse

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)12:57, 8 September 2017
 
Collapse

I would say simply stop'n go then random.

Xor (talk)02:41, 9 September 2017
Collapse

It can easily be done by starting with a complexity of 1.

Dsekercioglu (talk)15:39, 9 September 2017