Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Created January 10, 2022 03:30
Show Gist options
  • Select an option

  • Save mitchallen/2bc53347ef6ce1fb0d604e2096d4305f to your computer and use it in GitHub Desktop.

Select an option

Save mitchallen/2bc53347ef6ce1fb0d604e2096d4305f to your computer and use it in GitHub Desktop.
Weighted Code Flip visualizer index.html
<html>
<head>
<title>js-weightedCoinFlip-01</title>
<link rel="stylesheet" href="./app.css">
</head>
<body>
<canvas id="canvas" width="300" height="300" />
<script type="module" src="./app.js">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment