Skip to content

Instantly share code, notes, and snippets.

@jakwuh
jakwuh / index.html
Last active February 20, 2016 17:45
Conway's Game of Life
<!DOCTYPE html>
<html>
<head>
<title>Conway's Game of Life</title>
</head>
<body>
<canvas width="300" height="300" id="grid"></canvas>
<button id="start">Start</button>