electron-noveljs-boilerplate
v0.3.0
Published
Create standalone Novel.js adventures!
Downloads
13
Maintainers
Readme
electron-noveljs-boilerplate
A simple boilerplate for Novel.js using Electron. Electron allows you to create standalone desktop games with Novel.js for Windows, OSX and Linux.
Usage
- Install with
npm install electron-noveljs-boilerplate
or load the latest release zip. npm install
to install Novel.js and Electron.- Run Electron by executing the
electron.exe
file innode_modules/electron-prebuilt/dist/
. - Drag
app/main.js
in to the Electron window to test the game.
The game files are in app/novel/
, and the main view in app/index.html
. See Novel.js documentation to learn how to use them.
To learn more about Electron, see its documentation. To package a finished game, see Application Distribution in the Electron docs.
License
electron-noveljs-boilerplate is licensed under the MIT License. Copyright © Ville Talonpoika 2016