Skip to content

Instantly share code, notes, and snippets.

View straightupjac's full-sized avatar
🏠
Working from home

jaclyn straightupjac

🏠
Working from home
View GitHub Profile
@straightupjac
straightupjac / flappy
Created January 10, 2022 18:58 — forked from ichub/flappy
<style>
canvas {
border: 1px solid black;
}
</style>
<canvas id="my-canvas" width="800" height="600"></canvas>
<br />
<div id="score">score: </div>
<script>