-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 1.85 KB
/
index.html
File metadata and controls
24 lines (22 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="face.ico">
<title>Snake with Yo Face</title>
</head>
<body>
<div class="container" id="body">
<a href="index.html"><img src="face.png" id="logo"></a>
<p id="head"><u>Snake with Yo Face</u></p>
<p id="info">
</div>
<div class="sidebar"><p id="notop">In 2001, Bungee revolutionized first-person gaming with the Halo series. Storied franchises such as Call of Duty were quick to mimic their rival's formula. Almost two decades later, nothing has changed. The video game industry has stagnated. Today, the top selling games have become indistinguishable from their rivals.
Our answer to this decay. Snake with Yo Face
An almost immersive experience. Snake with Yo Face places you, the user, in the world of the classic video game, Snake. Butt heads with your friends and learn to be the snake as you control the game only using your face. The player controls the first-person point-of-view game with a combination of head turns and facial gestures. Using the Muse headband's built-in accelerometer, the game tracks the motion of the player's head to direct the snake on screen. </p>
<p id="lowbottom"><b>Get your head into the game</b></p></div>
<div id="vid"><iframe width="720" height="405" src="https://www.youtube.com/embed/ccxH0STOSI0?rel=0" frameborder="0" allowfullscreen></iframe></div>
</body>
</html>