-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal.html
47 lines (42 loc) · 1.59 KB
/
final.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
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Sam's Programming Portfolio</title>
</head>
<body>
<header>
<div class="container">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about_me.html">About Me</a></li>
<li><a href="javascripts.html">Javascripts</a></li>
<li><a href="apps.html">Apps</a></li>
</ul>
</nav>
</div>
</header>
<img src="perez_banner.jpg" alt="perez_banner" class="center">
<center>
<table>
<tr>
<th><a href="index.html"><img src="home_butt.png"></a></th>
<th><a href="about_me.html"><img src="about_butt.png"></a></th>
<th><a href="javascripts.html"><img src="java_butt.png"></a></th>
<th><a href="apps.html"><img src="apps_butt.png"></a></th>
</tr>
</table>
</center>
<center>
<h1>Group 15 Final Program</h1>
<p>This page contains PVP BOXING GAME using
<a href="https://www.khanacademy.org/profile/kaid_3129095125628293736386410/courses">Khan Academy</a><br>
as well as other resources. Grab a friend and enjoy. CSC 106 is the inspiration behind it all.
CONTROLS:<br>
Up, Down, Left, Right - Player1 Movement<br>
M - Player1 Punch<br>
W,A,S,D - Player2 Movement<br>
Q - Player2 Punch<br>
</p>
<h2><a href="https://www.khanacademy.org/computer-programming/boxing-final-project/6674391951785984">Boxing Final Project</a></h2><script src="https://www.khanacademy.org/computer-programming/boxing-final-project/6674391951785984/embed.js?editor=yes&buttons=yes&author=yes&embed=yes"></script>