- Install python on your PC
- Install libraries with pip :
pip install requests- If you have python version under 3.11 (
py -Vto check the version), do the a step, if you have 3.11, do the b step.pip install pygamepip install pygame --pre
pip install numpypip install pillow
- Install the git project
- To run it, just do :
py run.pyin the directory of the project
This app's goal is for you to see the solar system the more realistically possible. To do so, you can change the rotation speed or some other parameters.
This app is for simulating the time it would take for you to go from one planet to another, simply by clicking on the planets.
You'll just need to click on a planet to activate a small simulation of what a regular jump (0.5m) would look like in any planet you'd like, with their gravity.