Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 442 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 442 Bytes

Brownian Robot Simulation – GSoC 2025 Python Challenge

This project simulates Brownian motion of a robot inside a square arena using Python.

🚀 Features

  • Simple robot physics based on Brownian motion
  • Collision handling with random direction change
  • Path tracking visualization
  • GIF generation of simulation

📦 Requirements

  • Python 3.x
  • numpy
  • pygame
  • imageio

Install with:

pip install numpy pygame imageio