First commit!

This commit is contained in:
David Thompson 2024-05-17 13:08:43 -04:00
commit 2c824b40a9
31 changed files with 2048 additions and 0 deletions

11
game.css Normal file
View file

@ -0,0 +1,11 @@
body {
/* background-color: #000; */
margin: 0;
width: 100vw;
height: 100vh;
}
canvas {
display: block;
margin: 0 auto;
}