This is a simple sand simulator written in Python. It is created solely for educational purposes and is not performance-optimized. The simulator allows users to interact with virtual sand particles and observe their behavior.
To install the sand simulator, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/mshemuni/sand_storm.git
-
Change to the project directory:
cd sand_storm
-
Install the required dependencies using pip:
pip install -r requirements.txt
After the installation, you can run the sand simulator using the following command:
python main.py
This will start the simulation, and you can interact with the sand particles as specified in the application.
Please note that this simulator is designed for educational purposes only and is not optimized for performance. It may not be suitable for large-scale simulations or production use.
Feel free to explore, modify, and learn from the code. If you have any questions or suggestions, please create an issue in the repository.
Happy simulating!