Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days ago
JSON representation
Put BACK the toys - a js13kGames 2019 competition entry by @ripter.
- Host: GitHub
- URL: https://github.com/js13kgames/put-back-the-toys
- Owner: js13kGames
- License: mit
- Created: 2022-10-02T16:34:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T16:36:40.000Z (over 2 years ago)
- Last Synced: 2024-10-08T10:34:40.497Z (3 months ago)
- Topics: 2019, back, competition, game, html5, javascript, js13k, js13kgames, js13kgames2019, optimization, vr, webmonetization, webxr
- Language: HTML
- Homepage: https://js13kgames.com/entries/put-back-the-toys
- Size: 172 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.