Skip to content

generaldave/recursion_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Recursion Challenge

Written in

  • Python 3.5.2
  • Pygame 1.9.3

This app randomly and recursively draws circles in a specific pattern with a random. Hitting F5 will redraw the circles in a random color.

It was inspired by a YouTuber (Daniel Shiffman): https://www.youtube.com/watch?v=jPsZwrV9ld0

He programs it in p5.js (JavaScript). I followed along with the video translating everything into Python, using Pygame and a 'package' that I made to mimic some of the p5.js/ Processing commands.

recursion

About

Randomly and recursively draw circles in a given pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages