Skip to content

Instantly share code, notes, and snippets.

@shuuki
shuuki / index.html
Created February 3, 2017 01:41
LIKE MAGIC
0
-- orbital composite
-- @mzxio
-- constants ------------------
pi = 3.14159
rad = 2 * pi
@shuuki
shuuki / cave-maker-procjam.markdown
Last active November 13, 2016 06:25
CAVE MAKER PROCJAM
@shuuki
shuuki / index.html
Last active October 20, 2016 22:50
simple incremental game
<div id="game">
<div id="controls">
<p><button onclick="lighterClick(1)">Make Spark</button> 💥 <span id="spark">0</span> </p>
<p><button onclick="growFire()">Grow Fire</button> 🔥 <span id="fire">0</span> </p>
<p><span id="fireCost">10</span>💥 = 🔥</p>
</div>
<div id="graph"></div>
</div>
@shuuki
shuuki / index.jade
Created October 13, 2016 02:30
wzXANm
#portal
@shuuki
shuuki / dawg-rising-2016.markdown
Last active October 10, 2016 23:46
DAWG RISING 2016

DAWG RISING 2016

2016 revisit of a 2015 jam NOW WITH WORKING WEATHER

A Pen by M on CodePen.

License.

@shuuki
shuuki / dawg-rising-2.markdown
Created October 10, 2016 16:00
dawg rising 2
@shuuki
shuuki / index.jade
Created September 12, 2016 18:48
scene engine
//.controls
b Controls
ul
li Forward/back thrusters: Up/Down or W/S
li Rotation thrusters: Left/Right arrows
li Lateral thrusters: A/D
@shuuki
shuuki / beefy-asteroids-style-spaceship-movement.markdown
Last active September 2, 2016 18:33
beefy asteroids style spaceship movement