Finished snake

This commit is contained in:
plane000
2018-06-17 08:25:27 +01:00
parent 3865ebe3a9
commit daf0db65fa
5 changed files with 113 additions and 44 deletions

View File

@@ -8,6 +8,7 @@
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
</head>
<body>
<a href="../index.html">return</a>
<canvas id="canv" width="400" height="400" onkeypress="onKeyPressed(event)"></canvas>
<script src="game.js"></script>
</body>