Skip to content

The Chaos Game is a method to create fractals using random number generation. This simulation allows the process to be automated and viewed in real time at variable speeds. Support for more fractal types coming soon!

Notifications You must be signed in to change notification settings

caitlingenna/TheChaosGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Chaos Game

The Chaos Game is a method to create fractals using random number generation. First, a random starting point is chosen. For each subsequent turn, a random number is generated to chose a vertex of the polygon. A point is then placed halfway between the starting point and the chosen vertex. The process is repeated many times starting from each newly placed point.

demoImg

This simulation allows the process to be automated and viewed in real time at variable speeds.
The current version is deployed at https://caitlingenna.github.io/TheChaosGame/
Support for more fractal types coming soon!

About

The Chaos Game is a method to create fractals using random number generation. This simulation allows the process to be automated and viewed in real time at variable speeds. Support for more fractal types coming soon!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published