add to README

This commit is contained in:
sorrelbri 2020-05-26 10:46:14 -07:00
parent ef681da60b
commit f4853232e4
4 changed files with 7 additions and 3 deletions

View file

@ -4,5 +4,8 @@
A weekend project with the following goals: A weekend project with the following goals:
- [x] implement webpack build with babel - [x] implement webpack build with babel
- [x] develop a simple Conway's Game of Life app without framework reliance - [x] develop a simple Conway's Game of Life app without framework reliance
- [ ] seed Game of Life with GitHub contribution calendars just for fun - [x] seed Game of Life with GitHub contribution calendars just for fun
- [ ] implement a GitHub Actions workflow - [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)

BIN
RunningScreenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
SeedScreenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View file

@ -12,7 +12,8 @@
<!-- insert controls for animation --> <!-- insert controls for animation -->
</aside> </aside>
<main> <main>
<p>Touch to toggle seed cells</p> <p>Enter valid GitHub user handle above to seed with contribution calendar</p>
<p>Touch below to toggle seed cells alive or dead</p>
<canvas id="game-field" width="500" height="300"></canvas> <canvas id="game-field" width="500" height="300"></canvas>
</main> </main>
</body> </body>