Simulate the trajectory of a projectile while accounting for air resistence.
Find a file
2023-10-07 22:57:13 +03:00
projectile put stuff on git so they don't get lost 2023-10-07 22:56:54 +03:00
.gitignore Initial commit 2023-10-07 22:56:23 +03:00
LICENSE add a license 2023-10-07 22:57:13 +03:00
main.py put stuff on git so they don't get lost 2023-10-07 22:56:54 +03:00
README.md put stuff on git so they don't get lost 2023-10-07 22:56:54 +03:00
requirements.txt put stuff on git so they don't get lost 2023-10-07 22:56:54 +03:00
shell.nix put stuff on git so they don't get lost 2023-10-07 22:56:54 +03:00

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:
pip install -r requirements.txt

Usage

Run the main.py script:

python main.py