How to update text in PyGame?
I wanted to make a game, where player can move to any arrow and get a point for so. I can render the text, but cannot update it. I researched but no answer is there. My code was: import pygame, sys from pygame.locals import * import random import time pygame.init() FPS = 60 FramePerSec =… Read More How to update text in PyGame?