Converts inklewriter story format into a playable interactive fiction game.
- Originally intended for use with the work "Transplanetary" by Carmen Tracey
- Music/sound by Kawazu Delta
- Created with react-boilerplate
npm install
npm run
- Add file to
app/music
- Add line to import file in
app/store.js
- Add file to
soundsData
object inapp/store.js
- If the sound doesn't have a "play if and only if" relationship with any existing action, create a new action
- To the action that plays the sound: add
meta: { sound: '[name of sound]'}
- Done
This application is currently deployed to Heroku and running live here: https://floating-harbor-79031.herokuapp.com/
It will automatically deploy the latest version whenever code is merged into this repo.