A simple 2D physics simulation in C#.
- Simulates multiple particles affected by gravity.
- Bouncing off walls.
- DOckerized for easy deployment.
- Net SDK 8.0+
- Docker (optional, for containerized runs)
dotnet run
docker build -t physics-sim . docker run physics-sim
- MIT License