This project simulates Brownian motion of a robot inside a square arena using Python.
- Simple robot physics based on Brownian motion
- Collision handling with random direction change
- Path tracking visualization
- GIF generation of simulation
- Python 3.x
- numpy
- pygame
- imageio
Install with:
pip install numpy pygame imageio