Skip to content

Instantly share code, notes, and snippets.

View iam-pankaj's full-sized avatar

Pankaj Mishra iam-pankaj

  • Indore
View GitHub Profile
@iam-pankaj
iam-pankaj / fcc-javascript-calculator.markdown
Created February 4, 2019 03:27
FCC: Javascript Calculator
@iam-pankaj
iam-pankaj / crossy-road-with-three-js.markdown
Created December 28, 2018 07:40
Crossy Road with three.js

Crossy Road with three.js

An interactive tech demo inspired by Crossy Road using three.js where I put together a scene with an orthographic camera that follows the player, a few simplified 3D objects with some texture, lights and shadows, and a basic game logic that randomly generates a level that you can walk through.

A Pen by Hunor Marton Borbely on CodePen.

License.

@iam-pankaj
iam-pankaj / index.html
Created December 28, 2018 07:37
New Year's countdown
<div class="container">
<h1 class="intro"><span>2019</span> IS COMING IN</h1>
<div class="countdown-wrapper">
<div class="days time-el">
<output id="days"></output>
<label for="days">DAY(S)</label>
</div>
<div class="hours time-el">
<output id="hours"></output>
<label for="hours">HOUR(S)</label>