Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions polybranchweb/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>PolyBranch - a game by Greg Batha</title>
<meta name="description" content="PolyBranch is a minimalist 3D game. Avoid the branches protruding from the walls as you fly through the tunnel. Dodging branches may seem easy at first, but how long can you hold up as you approach terminal velocity? Dive in, stay focused, and enjoy the ride!">
<meta property="og:title" content="PolyBranch"/>
<meta property="og:description" content="PolyBranch is a minimalist 3D game. Avoid the branches protruding from the walls as you fly through the tunnel. Dodging branches may seem easy at first, but how long can you hold up as you approach terminal velocity? Dive in, stay focused, and enjoy the ride!"/>
<title>EZBranch - a game by EZWorld</title>
<meta name="description" content="EZBranch is a minimalist 3D game. Avoid the branches protruding from the walls as you fly through the tunnel. Dodging branches may seem easy at first, but how long can you hold up as you approach terminal velocity? Dive in, stay focused, and enjoy the ride!">
<meta property="og:title" content="EZBranch"/>
<meta property="og:description" content="EZBranch is a minimalist 3D game. Avoid the branches protruding from the walls as you fly through the tunnel. Dodging branches may seem easy at first, but how long can you hold up as you approach terminal velocity? Dive in, stay focused, and enjoy the ride!"/>
<meta property="og:type" content="game"/>
<meta property="og:url" content="http://gregbatha.com/branches/"/>
<meta property="og:image" content="http://gregbatha.com/branches/screenshot1.png"/>
Expand Down Expand Up @@ -62,7 +62,7 @@
</canvas>
<div class="overlay" id="main-menu">
<div class="content">
<h1>PolyBranch</h1>
<h1>EZBranch</h1>
<a class="button" id="start">START</a>
</div>
</div>
Expand All @@ -89,7 +89,7 @@ <h2>Loading...</h2>
</div>
<div id="page">
<h1>PolyBranch</h1>
<p>PolyBranch is my submission for the <a target="_blank" href="https://github.com/github/game-off-2012">Github Game Off!</a> This game is written using a combination of <a target="_blank" href="http://processingjs.org/">Processing.js</a> and <a target="_blank" href="http://jquery.com/">jQuery</a>. You can view the git repo for the game <a target="_blank" href="https://github.com/gbatha/PolyBranch">here!</a?</p>
<p>EZBranch is my submission for the <a target="_blank" href="https://github.com/github/game-off-2012">Github Game Off!</a> This game is written using a combination of <a target="_blank" href="http://processingjs.org/">Processing.js</a> and <a target="_blank" href="http://jquery.com/">jQuery</a>. You can view the git repo for the game <a target="_blank" href="https://ezworld.cf">here!</a?</p>
</div>
</div>
</body>
Expand Down