Go to file
2020-11-08 00:13:24 +07:00
game custom tag for choice subtitles 2020-11-07 17:16:38 +07:00
html Styling 2020-11-08 00:13:24 +07:00
js custom tag for choice subtitles 2020-11-07 17:16:38 +07:00
scss Styling 2020-11-08 00:13:24 +07:00
.gitattributes Autobuild Ink to JSON 2020-11-07 16:40:32 +07:00
.gitignore added gitignore 2017-11-18 01:31:40 +07:00
ink-engine-runtime.dll Autobuild Ink to JSON 2020-11-07 16:40:32 +07:00
ink_compiler.dll Autobuild Ink to JSON 2020-11-07 16:40:32 +07:00
inklecate.exe Autobuild Ink to JSON 2020-11-07 16:40:32 +07:00
package.json Autobuild Ink to JSON 2020-11-07 16:40:32 +07:00
pnpm-lock.yaml Autobuild Ink to JSON 2020-11-07 16:40:32 +07:00
postcss.config.js Webpack instead of Gulp and a restart button 2020-06-10 19:20:46 +07:00
README.md autobuild now 2020-11-07 16:41:55 +07:00
webpack.config.js Autobuild Ink to JSON 2020-11-07 16:40:32 +07:00

inkjs boilerplate

Console commands to start working

  1. git clone
  2. npm install or better pnpm install
  3. webpack prod and you'll have the game in the build folder.