Latest Awards
Complete 10 python programs which focus on loops.

morgan

Score over 100 points in total

vincebanter10

Complete any 5 python programs

vincebanter10

Complete 3 python list based tasks

vincebanter10

Complete 5 python list based tasks

vincebanter10

Complete 10 python list based tasks

dman12

Score over 1000 points in total

april-logan

Complete any pygame task

april-logan

Complete any 3 pygame tasks

april-logan

You have to complete 5 pygame tasks

april-logan

Score over 500 points in total

sam-edmund

Complete any pygame task

sam-edmund

Complete any 3 pygame tasks

sam-edmund

You have to complete 5 pygame tasks

sam-edmund

Complete any pygame task

12wrigleyf

Complete any 3 pygame tasks

12wrigleyf

You have to complete 5 pygame tasks

12wrigleyf

Score over 500 points in total

jhoughton12

Complete any 10 python prograns

jhoughton12

Complete 10 python programs which focus on loops.

jhoughton12

Python Score
tasks = 0
achivements = 0
freestyle = 0
Total = 0
Top 5 Scores
114gilo 3500
2joss-nolan-2 2530
3alexdawkins 2515
4byrnebrian 2080
512wattsl 1750
Click to view all scores
Who else completed this task?
1 people have completed this task! Below are some of those users!

hxyshul

badger badger

You need to create your own version of badger badger! You can use the code below to get you started as well as the video explanation.

mush = ImageList.LoadImage("http://www.mitchelaneous.com/wp-content/uploads/2009/04/bluemushroom.png")
back = ImageList.LoadImage("http://1.bp.blogspot.com/-QKc_VzsoMMs/TVNxyev5rAI/AAAAAAAAFFk/-vLbfRC1FvQ/s1600/cartoon+forest.jpg")
bad = ImageList.LoadImage("http://roderickhawgbrown.com/wp-content/uploads/HoneyBadgerIcon.jpg")
Sound.Play(Program.Directory + "\Badgers.mp3")
Program.Delay(1000)

While "true"
  ' clear the images
  GraphicsWindow.Clear()
  GraphicsWindow.DrawImage(back, 0, 0)
  p = 1
  While p < 8
    x = Math.GetRandomNumber(600)
    y = Math.GetRandomNumber(400)
    
    GraphicsWindow.DrawImage(bad, x, y)
    p = p + 1
    Program.Delay(500)
  EndWhile
  ' make mushrooms appear!
EndWhile
    


You need to log in or create an account to submit code!

Leave a Reply

You must be logged in to post a comment.