+ 4
import sys import pygame from pygame.locals import * pygame.init() # Resolution is ignored on Android surface = pygame.display.
The code is correct or wrong? https://code.sololearn.com/c8JY0WmMpv3Q/?ref=app
1 Answer
+ 1
Yes it is correct but you can do even more that rendering a font with pygame keep going.