We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf211bc commit bd70569Copy full SHA for bd70569
snake/snake.html
@@ -18,7 +18,6 @@
18
var width = canvas.width;
19
var height = canvas.height;
20
21
- // Work out the width and height in blocks
22
23
var blockSize = 10;
24
var widthInBlocks = width / blockSize;
0 commit comments