Soft Body Physics

A mass-spring-damper system simulating soft, squishy bodies.
In this ASCII translation, masses (nodes) and springs (connections) are simulated dynamically. We render the springs using Bresenham's line algorithm with dim characters (`.`, `-`), and the masses as solid points (`O`, `@`).