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

...

Код

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

Матрица чисел

import pygame
import random

WIDTH = 500
HEIGHT = 400
FPS = 60

WHITE = (255, 255, 255)
BLACK = (0, 0, 0)
RED = (255, 0, 0)
GREEN = (0, 255, 0)
BLUE = (0, 0, 255)

pygame.init()
screen = pygame.display.set_mode((WIDTH, HEIGHT))
f1 = pygame.font.Font(None, 36)
running = True

number = []
for index in range(0,10,1):
 number.append(index)
 number.append(index)

 
for index in range(0,20,1):
  ind1 = random.randint(0,9)
  n1 = number[index]
  n2 = number[ind1]
  number[index] = n2
  number[ind1] = n1

print(number)

screen.fill(BLACK)
for it_1 in range(0,500,100):
 for it_2 in range(0,400,100):
  pygame.draw.rect(screen,WHITE, (it_1,it_2,99,99))
while running:
    
    for event in pygame.event.get():
        
     if event.type == pygame.QUIT:
            running = False
     if event.type == pygame.MOUSEBUTTONDOWN:
        if event.button == 1:
         x, y  = pygame.mouse.get_pos()
         print((number[x//100+y//100]))
    screen.fill(BLACK)
    counter = 0
    for it_1 in range(0,500,100):
     for it_2 in range(0,400,100):
      pygame.draw.rect(screen,WHITE, (it_1,it_2,99,99))
      font = pygame.font.SysFont(None, 24)
      img = font.render(str(number[counter]), True, BLACK)
      counter = counter + 1
      screen.blit(img, (it_1,it_2))

    pygame.display.update()
    
pygame.quit()
 
 

Категория: Python | Добавил: moskov (03.10.2021)
Просмотров: 139 | Рейтинг: 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]

Мини-чат

Статистика


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

Форма входа

Друзья сайта

  • ЗОВ КОСМОСА

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

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

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

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