friday 11/21/2025
for the main.py i did this and for grid.py i did this
import sys, pygame, random pygame.init() WIDTH, HEIGHT = 800, 600 GRID_SIZE = 25 WHITE = (255, 255, 255) BLACK =
I am doing a Tetris game and i will finish on the next friday that’s the video i am doing
today i tried to finish the snake game but it’s confusing import os import turtle import time import random delay
import turtle wn = turtle.Screen() wn.title(“Snake Game by @TokyoEdTech”) wn.bgcolor(“green”) wn.setup(width=600, height=600) wn.tracer(0) # Snake head head = turtle.Turtle() head.speed(0)
i tried to make a snake game but dhylann was messing with me 🙁 links is Python Game Programming Tutorial:
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!