-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinalProject.html
More file actions
28 lines (24 loc) · 1.84 KB
/
finalProject.html
File metadata and controls
28 lines (24 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Kai's Programing Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img src="my banner.jpg"width="1100">
<table width="800px">
<tr>
<td align="center"><a href="index.html"> <img src="phome.png"></a></td>
<td align="center"><a href="javascripts.html"> <img src="pjavascripts.png"></a></td>
<td align="center"><a href="about.html"> <img src="paboutme.png"></a></td>
<td align="center"><a href="apps.html"> <img src="papps.png"></a></td>
<td align="center"><a href="finalProject.html"> <img src="finalProject.png"></a></td>
</tr>
</table>
<h1> Multiplayer Air Hockey Game </h1>
This is a multiplayer Air Hockey game created in Khan by me and my partner Gavin Kiernan in CSC 106. In order to begin the game, you must press the START button. One player uses the UP and DOWN arrow keys to control their paddle, while the other player uses the mouse to move their paddle. The first player to reach 5 points wins!
<h2><a href="https://www.khanacademy.org/computer-programming/air-hockey-final/6553288262074368">Air Hockey Final</a></h2><script src="https://www.khanacademy.org/computer-programming/air-hockey-final/6553288262074368/embed.js?editor=no&buttons=no&author=no&embed=yes"></script><p>Made using: <a href="http://www.khanacademy.org/computer-programming">Khan Academy Computer Science</a></p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/nF6sr5suB4o" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>