a rubik's cube looks like this
all the possible moves will change the position of the cubies relative to each other, but none will change which pieces the stickers are attached to. so you always have:
- 6 centres with 1 sticker each, all 6 with different colours
- 12 edges with 2 stickers each, each with 2 different adjacent colours (4 edges for each of the 6 colours)
- 8 corners with 3 stickers each, each with 3 different adjacent colours (4 corners for each of the 6 colours)
now let's ask some ai to draw a cube, with images generation wherever possible or with svg if text only
Keep in mind there are two "standard" cube colour schemes: western style has yellow opposite red, blue opposite green and white opposite yellow; japanese style swaps yellow and blue. This requirement would make the challenge harder.