D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
zeffii
Full window
Github gist
Rocket_lander rdx Vec2d FX1
<div class='hawthorn'> <canvas width="600px" height="600px"></canvas> <br> <button class='start'>Start!!!</button> <button class='end'>End!!!</button> <input id='debug_checkbox' type="checkbox" name="debug_stats" value="debug" checked>Display Debug Info <input type="radio" id="easy" name="difficulty" value="Easy" checked/> Easy <input type="radio" id="medium" name="difficulty" value="Medium" /> Medium <input type="radio" id="harder" name="difficulty" value="Harder" /> Harder </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'>E</span> cut engines, <span class='kb'>Up</span> throttle up, <span class='kb'>Down</span> throttle down </li> </ul> </div> </div> </div>