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
|
|
|
|
- [ ] seed Game of Life with GitHub contribution calendars just for fun
|
|
|
|
- [ ] implement a GitHub Actions workflow
|