forked from Kroojel/Kroojel.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimplementation.html
More file actions
86 lines (85 loc) · 4.14 KB
/
implementation.html
File metadata and controls
86 lines (85 loc) · 4.14 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="style.css?v=1.1">
<title>Implementation</title>
</head>
<body>
<nav id="navbar" class="topnav">
<a class="active" href="index.html">Home</a>
<a href="game.html">Info</a>
<a href="roadmap.html">Roadmap</a>
<div class="dropdown">
<button class="dropbtn">Files
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="game/desktop-1.0.jar" target="_blank">Executable (.jar)</a>
<h3 class="dropdown-header">Source Code</h3>
<a href="https://github.com/engteam14/yorkpirates2" target="_blank">Game</a>
<a href="https://github.com/engteam14/documentation2" target="_blank">Documentation</a>
<a href="https://github.com/engteam14/website2" target="_blank">Website</a>
</div>
</div>
<a href="docs.html">Javadoc</a>
<div class="dropdown">
<button class="dropbtn">Testing
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="tests.html">Test Overview</a>
<a href="coverage.html">Code Coverage</a>
<a href="traceability_matrix.html">Traceability Matrix</a>
<hr style="margin-block-start: 0; margin-block-end: 0;">
<a href="automated_tests.html">Automated Tests</a>
<a href="manual_tests.html">Manual Tests</a>
<a href="manual_tests_proof.html">Manual Tests Proof</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Deliverables
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<h2 class="dropdown-header">Assessment 2</h2>
<a href="architecture.html">Architecture</a>
<a href="change-report.html">Change Report</a>
<a href="continuous-integration.html">Continuous Integration</a>
<a href="implementation.html">Implementation</a>
<a href="method-selection-planning.html">Method Selection and Planning</a>
<a href="requirements.html">Requirements</a>
<a href="risk-assessment.html">Risk Assessment</a>
<a href="testing.html">Testing</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Deliverable PDFs
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<!-- Assessment 1 -->
<h2 class="dropdown-header">Assessment 1</h2>
<a href="pdfs/Arch1.pdf" target="_blank">Architecture</a>
<a href="pdfs/Impl1.pdf" target="_blank">Implementation</a>
<a href="pdfs/Plan1.pdf" target="_blank">Method selection and planning</a>
<a href="pdfs/Risk1.pdf" target="_blank">Risk assessment and mitigation</a>
<a href="pdfs/Req1.pdf" target="_blank">Requirements</a>
<!-- Assessment 2 -->
<h2 class="dropdown-header">Assessment 2</h2>
<a href="pdfs/Architecture2.pdf" target="_blank">Architecture</a>
<a href="pdfs/Change Report.pdf" target="_blank">Change Report</a>
<a href="pdfs/Continuous Integration.pdf" target="_blank">Continuous Integration</a>
<a href="pdfs/Implementation.pdf" target="_blank">Implementation</a>
<a href="pdfs/Method Selection and Planning.pdf" target="_blank">Method Selection and Planning</a>
<a href="pdfs/Requirements.pdf" target="_blank">Requirements</a>
<a href="pdfs/Risk Assessment.pdf" target="_blank">Risk Assessment</a>
<a href="pdfs/Testing.pdf" target="_blank">Testing</a>
</div>
</div>
<!-- <a href="">About</a> -->
</nav>
<page>
<div id="background" class="docs-container">
<iframe src="markdowns/Implementation.html" class="flexbox" style="background: #fff4;"></iframe>
</div>
</page>
</body>