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.
- Able to launch moons and see how they interact with the planets gravity.
No new features are currently planned for this project.
Feel free to contribute your own ideas to this project.
- Python: Used for logic handling.
- Py-Game: Used for rendering screen, game window, and various game like capabilities.
No APIs or additional services are currently used on this project
Do not currently have a package manager installed but intend to add tooling soon
-
Install Python on your PC if you haven't already
-
Clone the repo to your machine:
git clone https://github.com/xBromsson/planets.git
- Install Dependencies via pip
pip install -r requirements.txt
This project is released into the public domain using The Unlicense - see the LICENSE file for details.
We welcome contributions to this project! Here's how you can help:
Thank you for your contributions!