Bouncing Ball Animation
Click the ball to change its color and direction!
This page demonstrates a JavaScript-driven animation using the HTML5
<canvas> element. A ball moves diagonally across the screen, detects walls,
and bounces upon collision. When clicked, it changes direction and color, showcasing the
use of client-side scripting and interactive graphics in web development.