Ball Simulation

This is a bouncing ball simulation done in Go

I wanted to learn Golang so I tried to make a bouncing ball simulation using SDL3. This was my first time using a graphics library like SDL3 so there was a bit of learning curve.