I am stuck on my whole idea lol, i was using a website to try and help me like you suggested but it was using a lot of terms i have never seen, so im cutting my losses and letting you look at it. I sent the website link to you via email, plz sned help lol

This commit is contained in:
mollychi
2025-10-01 17:57:32 -04:00
parent 50ba4f57b6
commit 82ab09db6b
3 changed files with 16 additions and 4 deletions

View File

@@ -9,8 +9,7 @@ which allows basic formatting.
## Description ## Description
(Describe your goal for this project. If you want to link to an (I think I would like to do a mappy drawing, its an old video game where a mouse police man jumps on lines that act as trampolines, im not sure how i will get the character and or the background into my drawing, but it is something im intertesed in, i have added a picture to the directory about what this looks like, i bascially just want to code this little police mouse jumping up and down on the line and after the third jump the line breaks maybe if possible:
image, move the image to this directory, and then use the following syntax:
![Description](filename.png) ![Description](filename.png)
@@ -18,4 +17,5 @@ image, move the image to this directory, and then use the following syntax:
## Planning ## Planning
(Include your planning here, including your project milestone.) (I'm going to be so honestly, i dont know how i would go about coding this with the drawings, I am defineitly going to ask for help lol, this is all i have planned as of right now, i will add more as i learn what to code )

View File

@@ -1,7 +1,19 @@
# drawing.py # drawing.py
# ---------- # ----------
# By ____(you)___________ # By Molly Chiarella
# #
# (Briefly describe what this program does.) # (Briefly describe what this program does.)
import turtle
from turtle import * from turtle import *
number_of_steps = 500
dot_size = 100
width = 1000
height = 800
turtle.done()

BIN
mappy.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB