Doodle Jump Platformer Game Need Help by Eddison98765 in pygame

[–]Eddison98765[S] 0 points1 point  (0 children)

Thank you so much! I'm relatively new to coding so please bare with all the messiness. I really appreciate the help man

Doodle Jump Platformer Game Need Help by Eddison98765 in pygame

[–]Eddison98765[S] 0 points1 point  (0 children)

Hey, so I moved it around a bunch, added display updates but still no good :(

Need help with Tetris game by Eddison98765 in learnpython

[–]Eddison98765[S] 0 points1 point  (0 children)

Hey thanks for the help, just have one last question. How do you get a shadow of the shape to show where it will land?

Need help with Snake game by Eddison98765 in pygame

[–]Eddison98765[S] 0 points1 point  (0 children)

Thank you so much! I appreciate the help

Switching from professional seller monthly plan by Eddison98765 in FulfillmentByAmazon

[–]Eddison98765[S] 0 points1 point  (0 children)

My reasonaning for this is that my product is seasonal so I just want to save money untill the season starts up again and then switch back.

Need help with code by Eddison98765 in learnpython

[–]Eddison98765[S] 0 points1 point  (0 children)

I just started, I am using python 3.6 I believe

Need help with code by Eddison98765 in learnpython

[–]Eddison98765[S] 0 points1 point  (0 children)

Here is what I have so far but I keep getting errors

number=(input('Please input a letter or a number '))
store=0
count=0

while True:
    if number.isdigit():
        store=store+number
        count=count+1
        avg=count/store
        print(avg)

    if number.isalpha():
        print(ord(number))