How to make a bouncing ball simulator in Python

Python Bouncing Ball Simulator 1 Watch this video on YouTube. Christian Thompson has a YouTube channel where he clearly explains how to write neat little game-like programs in Python. It…

Python Bouncing Ball Simulator 1

Christian Thompson has a YouTube channel where he clearly explains how to write neat little game-like programs in Python. It reminds me of the fun I had writing programs in BASIC to generate Mandelbrot fractals and cellular automata. He just uploaded a four-part series on how to simulate bouncing balls.

Python Bouncing Ball Simulator 2

Python Bouncing Ball Simulator 3

Python Bouncing Ball Simulator 4