Hacker News new | ask | show | jobs
by TroyTae 2327 days ago
Demo page is here: https://troytae.github.io/game-of-life/

I'll think about attach screenshot in READMD.

THANK YOU :)

------------------------------------------------------

Now I using `webpack` for bundling and transpiling.

So this project needs to install node modules!

Of course when you run built files in your browser, you don't need node.js.

Here are built files: https://github.com/TroyTae/game-of-life/tree/master/docs

1 comments

Wow! Thanks for the demo page and explaining build pack.