Posts by Henrique Seta • 44 points
3 posts
-
-1
votes1
answer275
viewsQ: Error in exchange for elements in the matrix
I’m trying to exchange two position elements in this matrix. After some changes, the elements begin to exchange among themselves in an apparently random pattern. Could someone identify me the…
-
2
votes3
answers484
viewsA: I can’t make the Pygame window close button work
Try putting pygame.display.quit() before pygame.quit(), already out of the loop. I’ve seen people who only managed to make it work by putting Exit() after, but only try it if the first option…
-
1
votes0
answers38
viewsQ: Trying to program puzzle changing elements into equivalent positions of two error arrays
I’m trying to make a puzzle in which the image comes scrambled into pieces, and by clicking on two different pieces they change position, if the drawing is correct it goes to the next. But the…