I have a problem in Pygame when trying to get random values within a range with random.randrange , this is my code:
import random
import pygame
WIDTH = 800
HEIGHT = 600
RED = (255, 0, 0)
GREEN = (0, 255, 0)
BLUE = (0, 0, 255)
WH...
asked by
25.01.2017 / 00:43