Replies: 2 comments 1 reply
-
Hey, thanks for reaching out! I will move this to the Discussion feature, because it's not technically an issue. |
Beta Was this translation helpful? Give feedback.
-
So basically, all the TNoodle scrambling code (the "mathematical" portion) lives in this Before diving into the specifics, it is important to understand that TNoodle is written in Java. If you're writing a Python app, you will have to establish Java compatibility one way or another. Check out #24 for some ideas and suggestions on that front. Once you can call Java code, you probably want to take a look at the |
Beta Was this translation helpful? Give feedback.
-
Hey there, sorry for opening an issue for this, I tried to find any other resources of how are the official scrambles generated for competitions.
I'm currently working on a timer app, written in Python. The way I implemented the scramble generation is not the best nor the official way. I would like to implement official scrambles into my app and possibly make a Python module out of it. If you all are ok with it.
I don't need actual code, just an explanation of how it is done.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions