https://github.com/bdefore/altogether-messaging-service
A messaging layer between phones and VR.
https://github.com/bdefore/altogether-messaging-service
gamejam input phones react ruby sinatra vr
Last synced: about 2 months ago
JSON representation
A messaging layer between phones and VR.
- Host: GitHub
- URL: https://github.com/bdefore/altogether-messaging-service
- Owner: bdefore
- Created: 2017-08-14T00:38:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T00:40:26.000Z (almost 9 years ago)
- Last Synced: 2025-06-17T03:03:25.686Z (about 1 year ago)
- Topics: gamejam, input, phones, react, ruby, sinatra, vr
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Altogether Messaging Service
This code was used for the messaging layer between phones and VR. It was created for the NYC Unity VR Game Jam event in August 2017. It operates both as a Facebook messenger bot and as a basic web application via Sinatra and React.
The game is available here: https://evcprc.itch.io/altogether
#### Setup
- Copy `.env.example` to `.env` and populate the variables. You will need to have a Facebook developer account and have created an access token for a page with a (free) Messenger product assigned to it.
- `npm install`
- `npm run build`
- `ruby app.rb`
#### Deploying
The app is intended to be deployed with Heroku. A free Postgres add-on is all you need to configure before deploying to it.