projectile-simulation/README.md

21 lines
294 B
Markdown

# Projectile Simulation
This project simulates the motion of a projectile with air resistance.
## Installation
1. Clone this repository.
2. Install the required packages using pip:
```shell
pip install -r requirements.txt
```
## Usage
Run the main.py script:
```shell
python main.py
```