Refactor project away from html

Main reason is to dynamically specify the dimensions for the
board canvas.
This commit is contained in:
2021-05-31 20:58:48 +02:00
parent 1f6bb25ed7
commit 0e6cd7e2c0
2 changed files with 20 additions and 17 deletions

View File

@@ -5,7 +5,6 @@
<title>Chess</title>
</head>
<body>
<canvas id="chessBoard" width="600" height="600"></canvas>
<script src="main.js"></script>
</body>
</html>