We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, the only facing control you have over the bot is the odds of it turning.
A great thing would be to make it so the bot makes smaller turns more frequently, since always taking a random value from 0 to 360 is kinda overkill.
Good idea would be to make the odds of making larger turns more unlikely than smaller turns, and have that be controlled by an initial parameter.
The text was updated successfully, but these errors were encountered:
Maybe let the user pick a function? (eg: expo, log, linear)
Sorry, something went wrong.
No branches or pull requests
Right now, the only facing control you have over the bot is the odds of it turning.
A great thing would be to make it so the bot makes smaller turns more frequently, since always taking a random value from 0 to 360 is kinda overkill.
Good idea would be to make the odds of making larger turns more unlikely than smaller turns, and have that be controlled by an initial parameter.
The text was updated successfully, but these errors were encountered: