game-of-life/README.md
2020-05-26 10:46:14 -07:00

11 lines
No EOL
526 B
Markdown

# Game of Life
*It's not really about the Game of Life*
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
- [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)