This should not require any changes to the Frontend or logic of the generator. We only need to:
- Add an interface to the bot that will allow user to choose difficulty of the puzzle
- Make PubSub request to generate a puzzle contain the desired tile dimensions
- Make it so that generator accepts tile dimensions as arguments instead of using consts
This should not require any changes to the Frontend or logic of the generator. We only need to: