Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zerot69 committed Apr 29, 2022
2 parents 100ed7c + 138d21d commit 5b18956
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
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.

0 comments on commit 5b18956

Please sign in to comment.