Skip to content

Instantly share code, notes, and snippets.

@blushi
blushi / gameoflife.html
Last active December 29, 2015 11:39
Conway's Game of Life A simple implementention using HTML5 canvas and JavaScript
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Conway's Game of Life</title>
</head>
<body>
<canvas id="canvas" width="901px" height="601px" ></canvas>
<div id="buttons" style="display:block">

0x0c1fd2eb7dbaa0efef7fce16f7f1b504d0f5007c78f53b17f8257db7fc50faae