Skip to content

Instantly share code, notes, and snippets.

View Xalior's full-sized avatar
🏳️‍🌈
Juggling all 8 bits at once...

D. Rimron-Soutter Xalior

🏳️‍🌈
Juggling all 8 bits at once...
View GitHub Profile
@Xalior
Xalior / player.js
Created November 7, 2016 20:43 — forked from jessefreeman/player.js
Example of TileBased player movement for ImpactJS game framework.
ig.module(
'game.entities.player'
)
.requires(
'impact.entity'
)
.defines(function() {
EntityPlayer = ig.Entity.extend({