Skip to content

Instantly share code, notes, and snippets.

View berdyshev's full-sized avatar

Artem Berdyshev berdyshev

  • Self-employed
  • Ukraine, Zaporizhzhia
View GitHub Profile
@berdyshev
berdyshev / starter.py
Created May 9, 2026 12:19
PGZ Lesson 5 starter
import pgzrun
import random
WIDTH = 640
HEIGHT = 480
score = 0
fish = Actor('sea3')
fish.pos = (320, 200)
import pgzrun
WIDTH = 640
HEIGHT = 480
speed = 5
fish = Actor('sea3')
fish.pos = (320, 200)