KaoushikMurugan / DCCDiscordBot

Discord Bot for Davis Cube Club
GNU General Public License v3.0
1 stars 2 forks source link

Generate scrambles #1

Open jzkyu opened 7 months ago

jzkyu commented 7 months ago

Ideally: use the latest version of tnoodle

When running the program, you can specify:

image

then, inside the .zip file, it generates the following under 3x3x3 Round 1 Scramble Set A.txt

image

What needs to be solved: how to easily run this using the Discord bot; effectively the bot is a frontend for tnoodle. How can we get our bot to talk to tnoodle, and get the scrambles we need

Other solutions:

jzkyu commented 7 months ago

Resources:

jzkyu commented 7 months ago

Update: https://js.cubing.net/cubing/ is probably our best bet for generating scrambles. I am testing this on my own personal bot, and for whatever reason it's not able to import cubing/scramble even though it's defined in the package.json file, so not sure what's going on there

The commit can be viewed here: https://github.com/jzkay/aBot/commit/9d4d349f7e0b5e23787bfc5b8686e1d759476840