/orbit-simulator

Primary LanguagePythonMIT LicenseMIT

Orbit Simulator

NPM

About project

Status: Complete ✅

A program that simulates an orbit of a rock around the planet. Python, Pygame library and gravity equations were used to build the project.

Some features

  • Left Mouse Button: Creates a new object
  • Key P: Pause
  • Key UP: increase the y force, direction UP
  • Key Down: decrease the y force, direction DOWN
  • Key Right: increase the x force, direction RIGHT
  • Key Left: decrease the x force, direction LEFT

Features that are in developing:

  • zoom

Technologies Used:

Python Pygame
3.10.5 2.1.2

How to run the application:

  1. Install Python interpreter
  2. run shell: pip install pygame
  3. run shell: python main.py