HTML canvas implementation of Paradise Café
Go to file
Mário C 1cc25c81ca simplified scene description 2016-10-18 00:37:25 +01:00
app simplified scene description 2016-10-18 00:37:25 +01:00
assets simplified scene description 2016-10-18 00:37:25 +01:00
.gitignore new structure with webpack and all 2016-10-16 07:19:48 +01:00
.jshintrc new structure with webpack and all 2016-10-16 07:19:48 +01:00
README.md updated README 2016-10-17 02:39:29 +01:00
package.json npm script commands 'dev' and 'build' 2016-10-17 02:00:44 +01:00
webpack.config.js new structure with webpack and all 2016-10-16 07:19:48 +01:00

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.