Skip to content

kayanushpatel/Bubbles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bubbles

Creates random bubbles on a canvas using python's turtle module. Please feel free to fork this and get creative and show me what you come up with!

How It Works

  • Asks user to input number between 0-500:
  • User inputs integer and hits enter
  • Turtle canvas comes onto screen and draws a 2 dimensional square boundry
  • Then proceeds to draw number of circles that the user specified.
  • The location and the color of the circles are randomized.
  • The first time the program runs recursively and once user hits enter again it runs the iterative version after clearing the recursive drawing.
  • Prompts user to hit enter to close the program.

Picture Example of Recursive Drawing

Alt text

Picture Example of Iterative Drawing

Alt text

Bugs To Fix

None at the moment!

About

Creates random bubbles on a canvas using python's turtle module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages