Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mariusbrn on github.
  • I am mariusbaron (https://keybase.io/mariusbaron) on keybase.
  • I have a public key ASAuc-R2MumuyXGBMVZANd7Lnid_fJWAb7F3oAj6NlGTRgo

To claim this, I am signing this object:

// npm install request
var request = require('request'),
http = require('http'),
port = 8888,
host = 'localhost',
proxy = http.createServer(function (req, res) {
var x;
var handleResponse = function(err, response, body) {
console.log(response.statusCode);
console.log(body);
this.gameTimer = this.game.time.create(false);
this.gameTimer.repeat(Phaser.Timer.SECOND * 20, 2, removeStar, this);
this.gameTimer.start();