No description
Find a file
dependabot[bot] ad7353c01f
Bump qs from 6.5.2 to 6.5.3
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-11 07:14:07 +00:00
.github/workflows remove secrets 2020-05-25 23:59:33 -07:00
src config for 3rd party calendar fetch 2020-05-26 10:37:29 -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 add to README 2020-05-26 10:46:14 -07:00
package-lock.json Bump qs from 6.5.2 to 6.5.3 2022-12-11 07:14:07 +00:00
package.json add cleanup step and env variable to build step 2020-05-25 23:49:21 -07:00
README.md add to README 2020-05-26 10:46:14 -07:00
RunningScreenshot.png add to README 2020-05-26 10:46:14 -07:00
SeedScreenshot.png add to README 2020-05-26 10:46:14 -07:00
webpack.common.js config for 3rd party calendar fetch 2020-05-26 10:37:29 -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

Screenshot of Game of Life being seeded with creator's contribution calendar Screenshot of same Game of Life running a few generations later