mirror of
https://github.com/NotAShelf/projectile-simulation.git
synced 2024-11-22 21:31:10 +00:00
21 lines
294 B
Markdown
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
|
||
|
```
|