Skip to content

Instantly share code, notes, and snippets.

View FenrisWolfe's full-sized avatar

Fredric FenrisWolfe

  • Rapp's Handiworks
  • Seattle
View GitHub Profile
@FenrisWolfe
FenrisWolfe / hexagons.js
Created April 28, 2018 22:45 — 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;