All Projects → hookerz → spot-the-bot

hookerz / spot-the-bot

Licence: Apache-2.0 license
A cooperative WebVR game by Hook Studios. Checkout other WebVR experiments at https://webvrexperiments.com

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Vue
7211 projects

Projects that are alternatives of or similar to spot-the-bot

Tweetscape
A WebVR experience displaying tweets in real-time along a 3D timeline
Stars: ✭ 132 (+676.47%)
Mutual labels:  threejs, webvr
Forgejs
ForgeJS is a javascript framework that unleashes immersive WebVR experiences.
Stars: ✭ 207 (+1117.65%)
Mutual labels:  threejs, webvr
Patches
Patches is a visual programming editor for building WebVR and WebGL experiences.
Stars: ✭ 164 (+864.71%)
Mutual labels:  threejs, webvr
Konterball
Konterball is a single or 2-player virtual reality game, built for the web as a Google VR Chrome Experiment.
Stars: ✭ 112 (+558.82%)
Mutual labels:  threejs, webvr
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+441.18%)
Mutual labels:  threejs, webvr
Thehallaframe
WebVR demo that displays art
Stars: ✭ 120 (+605.88%)
Mutual labels:  threejs, webvr
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+78888.24%)
Mutual labels:  threejs, webvr
Aframe Vimeo Component
Stream Vimeo videos into WebVR.
Stars: ✭ 62 (+264.71%)
Mutual labels:  threejs, webvr
a-blast
💥 Save the World From the Cutest Creatures in the Universe!
Stars: ✭ 116 (+582.35%)
Mutual labels:  threejs, webvr
Webvr Ui
WebVR-UI Javascript library making it easy to create a button for entering VR mode
Stars: ✭ 244 (+1335.29%)
Mutual labels:  threejs, webvr
Awesome Aframe
[DISCONTINUED] Collection of awesome resources for the A-Frame WebVR framework.
Stars: ✭ 1,310 (+7605.88%)
Mutual labels:  threejs, webvr
wormhole
A wormhole simulation.
Stars: ✭ 32 (+88.24%)
Mutual labels:  threejs, webvr
A Mmd
A-Frame MMD component
Stars: ✭ 74 (+335.29%)
Mutual labels:  threejs, webvr
Remixvr
RemixVR is a tool for collaboratively building customisable VR experiences.
Stars: ✭ 129 (+658.82%)
Mutual labels:  threejs, webvr
Vimeo Depth Player
A WebVR volumetric video renderer that uses color-depth based videos hosted on Vimeo.
Stars: ✭ 65 (+282.35%)
Mutual labels:  threejs, webvr
Aframe Effects
A VR Ready Post processing framework for Three.js and/or A-Frame
Stars: ✭ 176 (+935.29%)
Mutual labels:  threejs, webvr
Worlds2
Building Virtual Reality Worlds using Three.js
Stars: ✭ 34 (+100%)
Mutual labels:  threejs, webvr
Aframe Camera Transform Controls Component
Camera transform controls component for A-Frame
Stars: ✭ 47 (+176.47%)
Mutual labels:  threejs, webvr
Three.vrcontroller
Support hand controllers for Oculus, Vive, Windows Mixed Reality, Daydream, GearVR, and more by adding VRController to your existing Three.js-based WebVR project.
Stars: ✭ 213 (+1152.94%)
Mutual labels:  threejs, webvr
forgejs-plugins
Plugins for the ForgeJS WebVR framework.
Stars: ✭ 22 (+29.41%)
Mutual labels:  threejs, webvr

Spot The Bot

A cooperative WebVR game by Hook Studios.

Try the game here

Checkout other WebVR experiments here

Update

As of 9/11/2018, the WebVR API is no longer supported so some features may not work as intended.

Building Locally

All of the build scripts are run through npm. Here are some common tasks:

  • npm run build - Rebuild the project into the out folder.
  • npm run watch - Rebuild the project and watch for changes.
  • npm run serve - Start a BrowserSync server, serving the out folder.
  • npm run prod - Rebuild the project for production; this will take a little extra time.
  • npm run gae - Rebuild the project for production and copy the out folder to gae/static to prep for deployment.

You can run the game locally by running npm run watch in one terminal and npm run server in another.

Static Dependencies

Some of the dependencies are included as static external scripts, because the are incompatible with Rollup, they slow down the build process too much, or they are not available through NPM.

Library Version
dat.gui 0.6.2
Font Awesome 4.7.0
Firebase 3.6.10
Normalize.css 5.0.0
seedrandom 2.4.0
three.js r84
TweenMax 1.19.0
Vue 2.2.0
WebVR Polyfill 807d594
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].