mirror of
https://github.com/neogeek23/neogeek23.github.io.git
synced 2026-02-04 02:48:17 +00:00
Update snake.html
This commit is contained in:
parent
c1849faf1c
commit
dce3a63554
@ -1,8 +1,8 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="snake/snake.js"></script>
|
<script src="snake.js"></script>
|
||||||
<link rel="stylesheet" href="snake/snake.css">
|
<link rel="stylesheet" href="snake.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="instructions">Game is controlled via WASD. Running into the edge or youself results in death and starting over. You are the red snake, hunting the green snack causing the snake to grow. You are never able to slow down; you have no regrets, and you remain hungry.</div>
|
<div class="instructions">Game is controlled via WASD. Running into the edge or youself results in death and starting over. You are the red snake, hunting the green snack causing the snake to grow. You are never able to slow down; you have no regrets, and you remain hungry.</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user