Skip to content

Commit

Permalink
Added Description
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWeed committed Sep 5, 2017
1 parent 6eccc8b commit 66d17ee
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<html>

<table>

<tr>
<td>
<p>
Expand All @@ -23,15 +23,24 @@
<tr>
<td>
Keyboard Shortcuts:<br/>
Click anywhere on the grid to <br/>
toggle the state of the cell <br/> <br/>
C - Clear the grid<br/>
P - Play/Pause<br/>
R - Reset with new values<br/>
Spacebar - Step Grid<br/>
<td/>
</tr>
<tr>
<td colspan="2">
<p>
This is an example of <a href="https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life">Conways Game of Life.</a> It was created using <a href="https://p5js.org/">P5js.</a>
</p>
</td>
</tr>
</table>


<script language="javascript" type="text/javascript" src="libraries/p5.js"></script>
<script language="javascript" type="text/javascript" src="sketch.js"></script>
<script language="javascript" type="text/javascript" src="Cell.js"></script>
Expand Down

0 comments on commit 66d17ee

Please sign in to comment.