-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinal_project.html
More file actions
43 lines (42 loc) · 2.26 KB
/
final_project.html
File metadata and controls
43 lines (42 loc) · 2.26 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
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<style>
body{
background-color: #85b8ff
}
</style>
<meta charset="utf-8">
<title> Final Project </title>
</head>
<body>
<img src="my-banner.jpg">
<table>
<thead>
<tr>
<td> <a href="index.html">
<img src="home-button.png">
</a> </td>
<td> <a href="javascripts.html">
<img src="javascripts-button.png">
</a> </td>
<td> <a href="apps.html">
<img src="apps-button.png">
</a> </td>
<td> <a href="about_me.html">
<img src="about-me-button.png">
</a> </td>
<td> <a href="final_project.html">
<img src="final_project_btn.png">
</a> </td>
</tr>
</thead>
</table>
<h1> My Final Project </>
<p> On this page is my final project for CSC 106 at the University of Rhode Island. It is a simpler version of the game show "Deal or No Deal"<lb>
You can play the game right here on the web page. There is also a video of me running through the program you can watch. <br>
Directions: Start the game by pressing the "Start Game" button. Pick cases until you are made an offer by the bank. Choose to take
the offer or decline it. Continue until cases have run out or you take the deal.
</p>
<h2><a href="https://www.khanacademy.org/computer-programming/deal-or-no-deal-final/4986061711687680">Deal or No Deal Final</a></h2><script src="https://www.khanacademy.org/computer-programming/deal-or-no-deal-final/4986061711687680/embed.js?editor=yes&buttons=yes&author=yes&embed=yes"></script><p>Made using: <a href="http://www.khanacademy.org/computer-programming">Khan Academy Computer Science</a></p>
<iframe scrolling='no' frameborder='0' style='width: 500px; height: 247px; border:0;' src='https://uri.techsmithrelay.com/connector/embed/index/aRa9' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></html>