- Left Mouse Button: Create a new ball at the cursor position. The ball's radius is determined by scrolling the mouse wheel.
- Shift + Left Mouse Button: Delete balls near the cursor position.
- Right Mouse Button: Move balls away from the cursor position.
- Shift + Right Mouse Button: Attract balls toward the cursor position.
- Mouse Wheel: Adjust the radius of the balls (scroll up to increase, scroll down to decrease).
- You will need a golang compiler (it was written in go 1.23.1 but it should work with everything else)
- Just run
go run .