An open API service indexing awesome lists of open source software.

https://github.com/juankz/theline

A-Frame game for js13k 2018
https://github.com/juankz/theline

a-frame aframe-game aframe-vr vr

Last synced: 5 months ago
JSON representation

A-Frame game for js13k 2018

Awesome Lists containing this project

README

          

# theline
An A-Frame game for js13k 2018. WebXR category

## Development

**Prerequisites**
- Node js https://nodejs.org/en/
- grunt-cli `npm install -g grunt-cli`
- Node serve `npm install -g serve`

**Running on local machine**

Use node serve command: `serve`. This will setup a server looking for an index.html file on the directory where was executed.

_If you try to open the index.html file on the browser without a server, it will not load any images or sounds._

**Distribution**

Use grunt-cli command: `grunt default`.

This will apply minification to files (js,html) and compresion to images (png,jpg,svg) and locates them inside the `dist/` folder. Aditionally creates a .zip file of the `dist/` folder.

**Warning**

The code of this project is quite messy, some portions are commented and understandable, some other may not. So use at your own risk