https://github.com/semibran/wundernut-five
Decoding Wundernut no. 5
https://github.com/semibran/wundernut-five
Last synced: about 1 year ago
JSON representation
Decoding Wundernut no. 5
- Host: GitHub
- URL: https://github.com/semibran/wundernut-five
- Owner: semibran
- License: mit
- Created: 2016-12-31T06:50:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T19:10:12.000Z (over 9 years ago)
- Last Synced: 2025-02-12T18:59:13.452Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/wunderdogsw/wunderpahkina-vol5#secret-message
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wundernut-five
> Decoding Wundernut no. 5
Here's my take on [the fifth Wundernut](https://github.com/wunderdogsw/wunderpahkina-vol5#secret-message). It's not the most elegant solution, but it's the best I could manage without using a canvas library :)
This is what I got:

The code used to generate this solution can be found in `index.js`.
## Installation
Clone and install dependencies to run the code on your system.
```sh
$ git clone https://github.com/semibran/wundernut-five.git
...
$ cd wundernut-five
$ npm install
```
After installation, `npm start` should run automatically and run `index.js` in your browser.