-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_flappy.html
More file actions
36 lines (35 loc) · 1.01 KB
/
project_flappy.html
File metadata and controls
36 lines (35 loc) · 1.01 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
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css" media="screen" />
<style>
body {
background: #ea8af3;
}
</style>
</head>
<body>
<div>
<h3>Flappy Bird</h3>
<table class="projInfo" cellpadding="50">
<tr>
<td>
<img src="Images/flappy_game.png">
</td>
<td>
<b>Contributor(s):</b> Nina Volkmuth, Vrushali Samant, Shreya Ramamurthy
<br><br>
<b>Date:</b> April - May 2014
<br><br>
<b>Language:</b> Java
<br><br>
<b>Description:</b> Play as Faby from the original Flappy Bird and make your way back to your home by flying through three different games in the original Flabby Bird style. Collect powerups to aid Fabby in his quest but make sure to avoid obstacles that will hinder him.
<br><br>
<b>My Contributions:</b> I did programming. I also drew Faby and his animation along with the pipes, ground, powerups, and obstacles in the game.
<br><br>
<b>Download:</b> <a href="project_flappy.zip">Click Here</a>
</td>
</tr>
</table>
</div>
</body>
</html>