BLOG 16: BLOCKING MAD
I made minecraft this is the code that imports the stuff that makes it so you can have a first […]
I made minecraft this is the code that imports the stuff that makes it so you can have a first […]
Today I made Doom with a tutorial This one runs the game and handles all the functions This one draws
Today I made Tetris This is the code that draws what the blocks will look like and the color it
I used a Youtube tutorial to make this adventure game. This is the starter message and input for the choices.
Today I made Pig from a Youtube tutorial This shows the max and minimum numbers that the program can choose
for this project I made rock paper scissors with the random function from a youtube tutorial import random options =
Today I made a Slot machine with a tutorial import random MAX_LINES = 3 MAX_BET = 100 MIN_BET = 1
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