Hi, Thank you for sharing. I tried this prompt. ``` create a Rubik's cube app with all available moves and show the cube and the animations. add a scrambler and a solver. Also add timer to time the moves. ``` I got this. https://www.magicpatterns.com/c/psesccrmk41jibfhwp7wh1 Which looks like a good starting point but doesn't work at all. After this it is daunting to look at code. I still have to figure out how to tel…
Do you have the prompt you used for Gemini 2.5 pro? I think it would be interesting comparing prompt for prompt! In this case, it looks like the Gemini output that you linked — as you mentioned — doesn't include the requirement for a scrambler/solver/timer, so it's hard for me to comment directly on the comparison. I ask because we can totally add Gemini 2.5 pro as one of the models we use under the hood!
Well, I was not comparing but it was just an observation.
I understand Magic has more constraints on which libraries it can use and probably is for forms-flow kind of workflows and not for managing complex states of games.