Random puzzle generator

I recently created a python script to generate random puzzles using dot and bracket notation, but since I’m a somewhat new player, I can’t fully understand what’s good and bad puzzle design. I would love feedback, and will happily implement any changes anyone thinks would be useful.
Sadly, since it isn’t a script in EteRNA yet, to run the script you do have to find a python interpreter online. https://www.online-python.com/ is good, and it should work with a basic script like this.
Feel free to play around with the parameters, and see what makes better puzzles than the ones I started with.
Github repository: https://github.com/Calc4me/eterna_maker

1 Like

The puzzles you have published are fairly random so far. Could you generate a 200 base puzzle and publish in Eternafold? That would be a more robust test of randomness plus we need more 200-500 base Eternafold puzzles in the game.

Have you looked at the documentation on the Scripts page?

I published the 200+ puzzle, and will read the docs soon, and hopefully try to port it soon.