diff --git a/README.md b/README.md index 208edd8..b8db4a7 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,8 @@ A weekend project with the following goals: - [x] implement webpack build with babel - [x] 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 \ No newline at end of file +- [x] seed Game of Life with GitHub contribution calendars just for fun +- [x] implement a GitHub Actions workflow + +![Screenshot of Game of Life being seeded with creator's contribution calendar](./SeedScreenshot.png) +![Screenshot of same Game of Life running a few generations later](./RunningScreenshot.png) \ No newline at end of file diff --git a/RunningScreenshot.png b/RunningScreenshot.png new file mode 100644 index 0000000..2c966cc Binary files /dev/null and b/RunningScreenshot.png differ diff --git a/SeedScreenshot.png b/SeedScreenshot.png new file mode 100644 index 0000000..bed0018 Binary files /dev/null and b/SeedScreenshot.png differ diff --git a/index.html b/index.html index 65770f1..a007650 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,8 @@
-

Touch to toggle seed cells

+

Enter valid GitHub user handle above to seed with contribution calendar

+

Touch below to toggle seed cells alive or dead