Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/js13kgames/put-back-the-toys

Put BACK the toys - a js13kGames 2019 competition entry by @ripter.
https://github.com/js13kgames/put-back-the-toys

2019 back competition game html5 javascript js13k js13kgames js13kgames2019 optimization vr webmonetization webxr

Last synced: 2 days ago
JSON representation

Put BACK the toys - a js13kGames 2019 competition entry by @ripter.

Awesome Lists containing this project

README

        

![js13k logo](./js13k-logo.png)

## Theme: BACK

* Put toys BACK into the toy box.
* Put the pieces BACK together!
* Place the items BACK in the right spot.

![VR Demo](./media/first orbit.gif)

### Prerequisites

- You need [node](https://nodejs.org/en/download/current/) installed.

### Building & Zipping

```bash
make build.rollup
```

### Start server

```bash
make build.test
```

This will setup a server listening at `http://localhost:8080/`.

# JS13K A-Frame Boilerplate

This project started as a boilerplate based on [A-Frame](https://aframe.io/) and [Webpack](https://webpack.js.org/) for the [js13k competition](https://2019.js13kgames.com/).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

## References

* This project is based on [https://github.com/sz-piotr/js13k-webpack-starter](https://github.com/sz-piotr/js13k-webpack-starter) by Piotr Szlachciak.