-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparryt.html
35 lines (32 loc) · 1.5 KB
/
parryt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
<title>Parryt - GDC@WM</title>
<link rel="stylesheet" href="navbar.css">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
</head>
<body>
<div class="topnav">
<a href="/">Home</a>
<a href="/parryt" class="active">Parryt</a>
<a href="/memberinfo">Members</a>
<a href="/artshowcase">Art</a>
<a href="/contactus">Contact Us</a>
</div>
<div class="body">
<h1>Parryt</h1>
<i>(Pronounced parrot)</i>
<p>Parryt is a game about a man in a parrot suit, named Pari, who is on a quest to save parrots from evil pirates.</p>
<br>
<img src="img/screenshot.png" title="screenshot">
<h3>Mechanics</h3>
<p>Parryt is a 2d platformer designed around the concept of parrying attacks to complete the game. Enemies will fire projectiles at Pari and the only way he has to fight back is to parry those attacks, thereby sending the projectiles back at the enemies.</p>
<br>
<h3>Story</h3>
<p>The protagonist, Pari, is a parrot enthusiast who learns of the mistreatment of his feathered friends by pirates. He takes it upon himself to right this injustice and infiltrate the pirates operation.</p>
<p>There are currently three acts planned, corresponding to three levels. Each level will have a basic progression and a new bit of the story will be explored.</p>
<h3>Check out the art over <a href="/artshowcase">here</a>!</h3>
</div>
</body>
</html>