Skip to content

Instantly share code, notes, and snippets.

View matthewisabel's full-sized avatar
🏆
Winning trophies

Matthew Isabel matthewisabel

🏆
Winning trophies
View GitHub Profile
@matthewisabel
matthewisabel / hexagons.js
Created December 6, 2012 07:47 — forked from zackthehuman/hexagons.js
Drawing a hexagonal grid with HTML canvas
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Canvas Hexagonal Map</title>
<style type="text/css">
canvas {
border:0;
display:block;
margin:0 auto;