POST 9: MADDNESS OVERWHELMS
i used the raspberry Pi Pico W to flash a strip of LEDs import boardimport neopixel num_pixels = 30 pixels […]
i used the raspberry Pi Pico W to flash a strip of LEDs import boardimport neopixel num_pixels = 30 pixels […]
i made Snake via a video import turtle import time import random delay = 0.1 # Score score = 0
i made a slot machine import random MAX_LINES = 3 MAX_BET = 1000 MIN_BET = 1 ROWS = 3 COLS
i made a level editor for my platformer import pygame import pickle from os import path pygame.init() clock = pygame.time.Clock()
heres the janky code will update this when i fix it fully print(” welcome to washing machine sim 06 \n
I made a Photomosaic program with a book tutorial heres the code with proper credit “”” photomosaic.py Creates a photomosaic
Today i made some turtle graphics here’s the code import turtle turtle.bgcolor(‘black’) t = turtle.Turtle() colors = [‘red’,’dark red’] for
Today I used a tutorial to make ALL of flappy bird THIS IS THE CODE import pygame from pygame.locals import
Hello I am Loki Franklin Rankins This is my website I Like the color Purple I like making silly things