Decoding Wundernut no. 5
Here's my take on the fifth Wundernut. 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
.
Clone and install dependencies to run the code on your system.
$ 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.