Skip to content

Instantly share code, notes, and snippets.

@kirsten
Created February 8, 2017 23:05
Show Gist options
  • Save kirsten/7a1cf66b414cefc111a718846deccbed to your computer and use it in GitHub Desktop.
Save kirsten/7a1cf66b414cefc111a718846deccbed to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=7a1cf66b414cefc111a718846deccbed
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Tiny Turtle</h1>
<canvas></canvas>
<script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script>
</body>
</html>
TinyTurtle.apply(window);
// Your code below:
canvas {
border: 1px solid black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment