Files
junisaber/README.md
2018-11-17 06:10:50 -08:00

58 lines
2.1 KiB
Markdown

# supersaber
Free and open source clone of Beat Saber that lets you play from over 6000
community songs from [Beat Saver](https://beatsaver.com/) songs without having
to install any mods.
Built with [A-Frame](https://aframe.io) and JavaScript on the Web so it loads
in seconds without any installs!
![Supersaber](https://user-images.githubusercontent.com/674727/48661962-38140a00-ea2f-11e8-8078-6e98c123f57d.png)
**Play Super Saber now** for free on HTC Vive or Oculus Rift via
**[Supermedium](https://supermedium.com)**, the browser for the VR Internet!
<a href="https://store.steampowered.com/app/803010/Supermedium/">
<img src="https://user-images.githubusercontent.com/674727/48661907-84ab1580-ea2e-11e8-844a-63a111cccd13.png" width="33%">
</a>
<a href="https://www.oculus.com/experiences/rift/1629560483789871/">
<img src="https://user-images.githubusercontent.com/674727/48661906-84127f00-ea2e-11e8-8cd9-6b98cf05eb85.png" width="33%">
</a>
## Development
Built with [A-Frame](https://aframe.io) and JavaScript, from the creators of A-Frame!
```
npm install
npm run start
```
Then head to `localhost:3000` in your browser.
Also uses
[aframe-state-component](https://www.npmjs.com/package/aframe-state-component)
as state container and [Nunjucks](https://mozilla.github.io/nunjucks/) to
assist HTML templating.
### Debug Flags
| Flag | Description |
|---------------|-------------------------|
| ?debug | Move sabers with mouse. |
| ?debugloading | Show loading screen. |
| ?debugvictory | Show victory screen. |
| ?godmode | Never die. |
| ?synctest | Log beat timestamps. |
## Chat with Us
Hi, we're the [Supermedium](https://supermedium.com) team! We'd love if you
provide feedback, bug reports, and feature requests! A-Frame and the Web lets
us iterate and deploy new features very quickly.
<img src="https://user-images.githubusercontent.com/674727/48661968-4b26da00-ea2f-11e8-8dbc-6f00d509f490.png" width="50%">
- Hang out with us on [Discord](https://supermedium.com/discord/).
- Follow us on [Twitter](https://twitter.com/supermediumvr)!