voxel-portal-gun

0.1.1 • Public • Published

voxel-portal-gun

A portal gun. Shoot portals and jump through them. Made using @substack's voxel-portal.

example

View this example

// Create a portal gun by giving it a copy of the game
var shoot = require('voxel-portal-gun')(game);
 
// on mouseup, shoot a portal
window.addEventListener('mouseup', shoot.bind(this), false);

install

With npm do:

npm install voxel-portal-gun

Use browserify to require('voxel-portal-gun').

release history

  • 0.1.1 - fix the spherical coordinates
  • 0.1.0 - initial release

license

Copyright (c) 2013 Kyle Robinson Young
Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i voxel-portal-gun

Weekly Downloads

0

Version

0.1.1

License

none

Last publish

Collaborators

  • shama