No description
Find a file
2020-05-25 23:40:51 -07:00
.github/workflows patch yaml syntax error in pipeline 2020-05-25 22:24:12 -07:00
src add submit handler to seed field with calendar data 2020-05-25 23:40:51 -07:00
.babelrc stub Cell component; add css loader 2020-05-23 22:12:39 -07:00
.gitignore add actions-gh-pages to pipeline 2020-05-25 22:21:11 -07:00
index.html remove table el and refactor for canvas 2020-05-25 14:52:00 -07:00
package-lock.json add actions-gh-pages to pipeline 2020-05-25 22:21:11 -07:00
package.json add actions-gh-pages to pipeline 2020-05-25 22:21:11 -07:00
README.md add goals to readme 2020-05-25 18:50:10 -07:00
webpack.common.js add submit handler to seed field with calendar data 2020-05-25 23:40:51 -07:00
webpack.dev.js git init 2020-05-22 23:31:43 -07:00
webpack.prod.js git init 2020-05-22 23:31:43 -07:00

Game of Life

It's not really about the Game of Life

A weekend project with the following goals:

  • implement webpack build with babel
  • develop a simple Conway's Game of Life app without framework reliance
  • seed Game of Life with GitHub contribution calendars just for fun
  • implement a GitHub Actions workflow