Четверг, 28.11.2024, 04:41 | Приветствую Вас Гость

...

Код

Главная » Статьи » Python

Всегда ли получается галочка?

import pygame
import random
import math

WIDTH = 500
HEIGHT = 500

pygame.init()
screen = pygame.display.set_mode((WIDTH, HEIGHT))
running = True
r = random.randint(0,255)
g = random.randint(0,255)
b = random.randint(0,255)
x = 250
y = 0
speedX= 1
speedY= 1
state = 0
while running:
    
    for event in pygame.event.get():
    
        
        if event.type == pygame.QUIT:
            running = False  
        if event.type == pygame.KEYDOWN:
         if event.key == pygame.K_RETURN:
           pygame.image.save(screen, "image.jpg")
   
    x = x + speedX
    y = y + speedY
    #screen.fill((0,0,0))
    if x > 450:
     speedX = random.randint(1,5)
     speedX = - speedX
    if x < 50:
     speedX = random.randint(1,5)
     speedX = - speedX
    if y > 0:
     speedY = - speedY
    if y < 450:
     speedY = - speedY

    pygame.draw.rect(screen,(r,g,b),(x, y, 50,50))
    pygame.display.flip()
pygame.quit()
 
 

Категория: Python | Добавил: moskov (15.09.2024)
Просмотров: 16 | Рейтинг: 0.0/0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]

Меню сайта

Категории раздела

PHP [41]
C++ [71]
Autoit [108]
Processing [105]
Basic4GL [7]
Fasm [2]
PABC [7]
Js [236]
Gentee [1]
Python [204]
Java android [3]
Small Basic [9]

Мини-чат

Статистика


Онлайн всего: 16
Гостей: 16
Пользователей: 0

Форма входа

Друзья сайта

  • ЗОВ КОСМОСА

  • Хулиган Вселенной

  • Тюремная поэзия

  • Религиозная поэзия

  • Сайт клана ЛеГиоН
  • Поиск