I noticed that there is already a question related to this question, but my implementation will be different.
The code I have at the moment is the following:
import sys, pygame
pygame.init()
size = width, height = 125, 125
black = 0,0,0
w...
asked by
09.03.2018 / 16:19