/planets

used python to build a basic physics engine to simulate planets gravity.

Primary LanguagePython

🪐 Planets

Static Badge

📖 About

This is a pygame project I made when I was very first learning to code. It is an interactive simulation of gravity. You can launch moons by clicking, dragging, and releasing.

📸 Screen Shots

screenshot


🌟 Current Features:

  • Able to launch moons and see how they interact with the planets gravity.

📋 Planned Features:

No new features are currently planned for this project.

Feel free to contribute your own ideas to this project.


 

🛠️ Built With

📝 Languages

  • Python: Used for logic handling.

📚 Libraries and Frameworks

  • Py-Game: Used for rendering screen, game window, and various game like capabilities.

🌐 APIs and Services

No APIs or additional services are currently used on this project

📦 Package Managers

Do not currently have a package manager installed but intend to add tooling soon

 

💻 Want to give it a try? Here is how:

  1. Install Python on your PC if you haven't already

  2. Clone the repo to your machine:

git clone https://github.com/xBromsson/planets.git
  1. Install Dependencies via pip
pip install -r requirements.txt

 

📜 License

This project is released into the public domain using The Unlicense - see the LICENSE file for details.

 

🤝 Contributing

We welcome contributions to this project! Here's how you can help:

How To Contribute

Thank you for your contributions!