This is a bl.ocks.org version of Jan Willem Tulp's Game of Life D3 implementation, lightly edited.
xxxxxxxxxx
<html>
<head>
<link href="reset.css" rel="stylesheet" type="text/css"></link>
<script src="https://github.com/mbostock/d3/raw/master/d3.js"></script>
<style>
rect { fill: #FFF; stroke: none; }
.life { fill: #ACE; }
rect:hover { stroke: #BDF; }
</style>
</head>
<body>
<script src="life.js"></script>
</body>
</html>
https://github.com/mbostock/d3/raw/master/d3.js