Skip to content

Balls bouncing inside of a circle. This was inspired by a similar Numberphile video on chaotic systems.

License

Notifications You must be signed in to change notification settings

QuantumZain/chaos-balls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chaos-balls

Balls bouncing inside of a circle. This was inspired by a similar Numberphile video on chaotic systems.

Requirements

  • python 3.9

Using pip install these packages:

  • pygame.

pip install pygame

  • numpy (not sure but get it just in case)

pip install numpy

Run

Simply run the chaos_balls.py file either by double clicking it or

py chaos_balls.py

features

To Add/Remove balls and manipulate their properties, i.e velocity, position, etc you can do so by opening chaos_balls.py in a text editor and follow the comments in line 153 as a guide.

controls

-press p to pause

About

Balls bouncing inside of a circle. This was inspired by a similar Numberphile video on chaotic systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages