Skip to content

Instantly share code, notes, and snippets.

@rrreese
Last active December 25, 2015 06:29
Show Gist options
  • Save rrreese/6932001 to your computer and use it in GitHub Desktop.
Save rrreese/6932001 to your computer and use it in GitHub Desktop.
<script src="hexagon.js"></script>
<canvas id="HexCanvas" width="1000" height="700"></canvas>
<script>
var hexagonGrid = new HexagonGrid("HexCanvas", 50);
hexagonGrid.drawHexGrid(7, 10, 50, 50, true);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment