Scene Image

Particle Diffusion Simulation

Let's code and collide our way to diffusion!

In this text-based game, players take on the role of a physicist creating a particle diffusion simulation in Python. The game involves coding the movement and collision of particles in a 2D container to demonstrate the concept of diffusion. Players will optimize the simulation with a grid-based approach, visualize gas particles moving and colliding, and observe the gradual mixing of two gases. The game focuses on understanding physics concepts through programming.