-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_ab2.html
38 lines (37 loc) · 1.05 KB
/
project_ab2.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
36
37
38
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css" media="screen" />
<style>
body {
background: #abe2ec;
}
</style>
</head>
<body>
<div>
<h3>Attack of the Blobs 2</h3>
<table class="projInfo" cellpadding="50">
<tr>
<td>
<img src="Images/ab2_game.png">
</td>
<td>
<b>Contributor(s):</b> Nina Volkmuth
<br><br>
<b>Date:</b> Spring 2013
<br><br>
<b>Language:</b> Java
<br><br>
<b>Description:</b> Play as a captured Blob and try to escape from prison by collecting all the keys, jumping across platforms, and avoiding fires. Make it to the door successfully to regain your freedom. *
<br><br>
<b>My Contributions:</b> I did the programming. I also did all of the art except for the ground and platform texture.
<br><br>
<b>Download:</b> <a href="atk_blobs2.zip">Click Here</a>
<br><br>
* There is an Attack of the Blobs 1 that I made during an IDTech Camp program several years prior to this game. Unfortunately, I cannot find the file.
</td>
</tr>
</table>
</div>
</body>
</html>