Memo is a collection of tools and source code to create email-based interactive fiction. This repo contains a content editor, browser/desktop clients for offline play, and a server for online play via email. Memo was used to create Top Secret, a video game about the Snowden leaks played by email.
Create branching/concurrent narratives in the visual editor.
Play by email or offline using the desktop app.
npm install
grunt
- Run the following in the server directory:
node build/server/src/main.js
- Run the server (see above)
- Open editor/build/index.html
- Run the server (see above)
- Open browser/build/index.html
See app/packaged_apps
for for the platform specific packages.