An implementation of Conway's Game of Life in HyperApp
git clone https://github.com/applefreak/hyperapp-game-of-life
cd hyperapp-game-of-life
npm install
npm start
I came across a very lightwight frontend framework called HyperApp, and I want to try it out!
Turned out, it's Extremely easy to use! I'm in love!