D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
zeffii
Full window
Github gist
Rocket_lander rdx
<canvas width="600px" height="600px"></canvas> <br> <button class='start'>Start!!!</button> <button class='end'>End!!!</button> <br> <div class='instructions'><div class='inner'> <ul> <li> <span class='kb'>W</span>, <span class='kb'>S</span> for upper jet bursts </li> <li> <span class='kb'>A</span>, <span class='kb'>D</span> for lower rocket direction </li> <li> <span class='kb'>Space</span> cut engines, <span class='kb'>Up</span> throttle up, <span class='kb'>Down</span> throttle down </li> </ul> </div> </div>