2020-05-23 20:03:51 +00:00
|
|
|
# Game of Life
|
|
|
|
*It's not really about the Game of Life*
|
2020-05-26 01:37:01 +00:00
|
|
|
|
|
|
|
A weekend project with the following goals:
|
2020-05-26 01:50:10 +00:00
|
|
|
- [x] implement webpack build with babel
|
|
|
|
- [x] develop a simple Conway's Game of Life app without framework reliance
|
2020-05-26 17:46:14 +00:00
|
|
|
- [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)
|