A Pen by lilgreenland on CodePen.
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
<!-- | |
LaTex equations are form the mathjax library | |
http://docs.mathjax.org/en/latest/# | |
put LaTex between $$ $$ example: $$v = \lambda f$$ | |
use this to generate LaTex | |
http://www.hostmath.com/ | |
--> | |
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
<!-- | |
LaTex equations are form the mathjax library | |
http://docs.mathjax.org/en/latest/# | |
put LaTex between $$ $$ example: $$v = \lambda f$$ | |
use this to generate LaTex | |
http://www.hostmath.com/ | |
--> | |
A Pen by lilgreenland on CodePen.
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
<br> | |
<div id='level'> | |
<h1 style="text-align:center">planetesimals</h1> | |
<div id='planet' onclick="planetesimals()"> | |
<p>click to begin</p> | |
<br> | |
<p>move: WASD / arrows</p> | |
<br> | |
<p>fire: spacebar</p> | |
</div> |
A Pen by lilgreenland on CodePen.
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
move: arrows |
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
<p> controls: arrow keys</p> |
A Pen by lilgreenland on CodePen.
A Pen by lilgreenland on CodePen.