| Value | Color |
|---|---|
| \e[0;30m | Black |
| \e[0;31m | Red |
| \e[0;32m | Green |
| \e[0;33m | Yellow |
| \e[0;34m | Blue |
| \e[0;35m | Purple |
This file contains hidden or 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
| <!-- Interactive Planet Toy - Stefan Weck | |
| Launch new planets by clicking and dragging. You can see the predicted path of your new planet to see if it will collide with any other planets. Once a smaller planet hits a bigger planet it will disappear. Planets of the same size can't hit each other. | |
| Every planet will apply a gravitational pull on other smaller planets. The bigger the planet, the stronger the gravitational forces! | |
| Tip: You can turn on pauseWhileAiming in the dat.gui window to pause the simulation, this allows you to do some very specific planet launching. Have fun! --> | |
| <canvas id="canvas">Your browser doesn't support canvas</canvas> |