diff --git a/README.md b/README.md index 61fa764..5af5cd8 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ # paradise.js -HTML canvas implementation of Paradise Café +HTML canvas implementation of Paradise Café using webpack as build system. -## Install dependencies +Demo at [https://ticklemynausea.net/~mario/paradise/](https://ticklemynausea.net/~mario/paradise/). + + +### Install dependencies ``` npm install ``` -## Building +### Building ``` npm run build @@ -15,7 +18,7 @@ npm run build webpack will build the app to build/ -## Running as dev server +### Running as dev server ``` npm run dev ``` @@ -23,5 +26,6 @@ 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](https://github.com/falsovsky/) for the original implementation (https://github.com/falsovsky/paradise.js) and especially for [the complete ParadiseCafé disassembly with annotations](https://zbr.deadbsd.org/~falso/p/ParadiseCafe/). \ No newline at end of file