Finished snake
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user