Let's make a game with python (pygame) | Open window and set title #Shorts

Let's make a game with python (pygame) | Open window and set title #Shorts

ZippyCode

3 года назад

86,600 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

verdant.diatomic.wolf1
verdant.diatomic.wolf1 - 30.10.2023 05:46

Freezes up

Ответить
Craft Malaysia
Craft Malaysia - 26.10.2023 12:07

import pygame

pygame.init()
screen=pygame.display.set_mode((500,300))

pygame.display.set_caption("My Game")
green=(0,255,0)
screen.fill(green)

pygame.display.update()
screen.fill(green)

Ответить
SavageAk47
SavageAk47 - 13.10.2023 21:42

I need help to download pygame, I can't find it and I don't know what app to use for coding python I'm on mobile too, please help guys 😭

Ответить
demo aik
demo aik - 23.09.2023 21:36

import pygame

pygame.init()
screen = pygame.display.set_mode((500,300))

pygame.display.set_caption('My Game')
green = (0,255,0)
screen.fill(green)
while True:
pygame.display.update()

Ответить
Col Wars Studio Brickfilm and more!
Col Wars Studio Brickfilm and more! - 22.08.2023 20:58

Currently working on a Zelda game in pygame

Ответить
okxd
okxd - 03.08.2023 23:03

Pygame is great!

Ответить
Ry_an
Ry_an - 03.06.2023 13:03

App name?

Ответить
𝐌𝐎𝟕.𝐌𝐃
𝐌𝐎𝟕.𝐌𝐃 - 29.05.2023 20:50

wow

Ответить
terocotta
terocotta - 25.05.2023 14:32

It's so simple😢

Ответить
SpunchBob SqueerPants
SpunchBob SqueerPants - 25.02.2023 02:12

A better habit would be to place screen.fill into the game loop, and use a variable instead of the forever loop - no annoying “you sure?” Messages

Ответить
Shu Cleo
Shu Cleo - 22.12.2022 00:33

Thanks 😊😊😊

Ответить
Rasthro
Rasthro - 16.01.2022 11:46

Thanks it worked well

Ответить
Lazar Stanojević
Lazar Stanojević - 06.07.2021 22:04

Could you put the code in the description or on something like pastebin?

Ответить
Chmelak _
Chmelak _ - 29.06.2021 17:57

Please help me shows me no module named pygame

Ответить
Chmelak _
Chmelak _ - 29.06.2021 17:50

Thanks 😊☺️

Ответить
SC's Physics and Music World
SC's Physics and Music World - 28.06.2021 21:28

Oh! I also wanted to talk about PyGame too. >.<

Ответить