Started on a GUI redesign of Snake.
This commit is contained in:
28
snake/snake-redesign.html
Normal file
28
snake/snake-redesign.html
Normal file
@ -0,0 +1,28 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link href='http://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
|
||||
<link href="snake.css" type="text/css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div class=corner></div><div class=corner></div><div class=corner></div><div class=corner></div>
|
||||
<div id=container>
|
||||
<div class=corner></div><div class=corner></div><div class=corner></div><div class=corner></div>
|
||||
<header><h1>SNAKE</h1></header>
|
||||
<section id=description>
|
||||
Play SNAKE! You are the <span style="color: #88F">BLUE</span>
|
||||
snake. Eat the <span style="color: green">GREEN</span> food to
|
||||
grow longer! But be careful! Don't run into the walls or
|
||||
yourself!
|
||||
<section>
|
||||
<section id=levelSelect>
|
||||
</section>
|
||||
<section id=gameContainer>
|
||||
</section>
|
||||
<section id=controls>
|
||||
</section>
|
||||
<section id=editorControls>
|
||||
</section>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user