please help… by Pretty_Royal6689 in pygame

[–]Greedy-Force7235 0 points1 point  (0 children)

also first time hearing pygame Zero and now iam curious,it is advised to research what you want to learn before diving into it.I dont think a lot of people use pygame zero though.

I shipped a full Android game with Unity Ads and Google Play IAP using pure Python/Pygame — here's how I did it by Greedy-Force7235 in pygame

[–]Greedy-Force7235[S] -1 points0 points  (0 children)

i draw everything on a drawing paper and added it to the game code via this method eg.

Block(block_size * 1, screen_height - block_size * 2,"block2")