|
||
---|---|---|
app | ||
assets | ||
.gitignore | ||
.jshintrc | ||
README.md | ||
package.json | ||
webpack.config.js |
README.md
paradise.js
HTML canvas implementation of Paradise Café using webpack as build system.
Demo at https://ticklemynausea.net/~mario/paradise/.
Install dependencies
npm install
Building
npm run build
webpack will build the app to build/
Running as dev server
npm run dev
webpack-dev-server will serve a the app from memory, watching for changes in the source and doing hot reload. fancy.
Credits
All glory to falsovsky for the original implementation (https://github.com/falsovsky/paradise.js) and especially for the complete ParadiseCafé disassembly with annotations.