Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.5 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.5 KB

Planet Simulation Project

Overview

Welcome to the Planet Simulation Project! This project aims to create a realistic and visually appealing simulation of our beloved solar system. Whether you're a space enthusiast, a student studying astronomy, or just someone curious about the wonders of the cosmos, this simulation will provide accurate information of planets details inside our solar system.

Features

  • Realistic Physics: The simulation incorporates accurate gravitational physics to model the movements of planets around stars.

  • Customizable Planets: Users can customize various parameters such as planet size, mass, orbital radius, and more to observe the effects on planetary dynamics.

  • Add New Planets: Introduce new planets into the solar system. Seemlessly add new planets with your own configuration of size, mass, and orbital radius

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/planet-simulation.git
  2. Install dependency with pip

    pip install -r requirements.txt
  3. Run main.py file

  4. Run google.com

Package Used

  • pygame
  • math

References