Skip to content

mef79/transplanetary-engine

Repository files navigation

transplanetary-engine

Converts inklewriter story format into a playable interactive fiction game.

Credits

Development

Local installation

npm install

Running locally

npm run

Add a sound

  • Add file to app/music
  • Add line to import file in app/store.js
  • Add file to soundsData object in app/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

Deployment

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.

About

Converts inklewriter story format into a playable interactive fiction game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •