A particle simulation game with various elements such as powder, water, fire, steam, and wood. Users can create particles and interact with them in a physics-based environment.
- Powder, Water, Fire, Steam, and Wood elements
- Physics-based interactions
- Element creation through a user interface
- Python 3.7+
- Pygame
- NumPy
-
Clone the repository:
git clone https://github.com/yourusername/ParticleSimulator.git cd ParticleSimulator
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python src/ui.py
To build the application as a standalone executable, run:
pyinstaller --name ParticleSimulator --onefile src/ui.py