-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Solar-System-Simulation | ||
Solar System Simulation in Python using Pygame.\ | ||
Inspired by [@techwithtim](https://github.com/techwithtim)'s [Youtube video](https://youtu.be/WTLPmUHTPqo). | ||
|
||
![Solar System Simulation in Python using Pygame](https://cdn.discordapp.com/attachments/756411079156039780/969228757636354068/unknown.png) | ||
|
||
## Setup: | ||
- Require pygame package installed. Go to [pygame official website](https://www.pygame.org/wiki/GettingStarted) for more information on pygame installation. | ||
|
||
## Features: | ||
- Show distance from the planets to the Sun by using D. | ||
- Move around using arrow keys or mouse by move the mouse to the edges of the screen. | ||
- Recenter by using C. | ||
- Pause/Unpause by using Space-bar. | ||
- Zoom in/out by using Scroll-wheel. | ||
- Exit the simulation by using X or Esc. |