This repository was archived by the owner on Sep 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlevel2_project_req.html
More file actions
82 lines (70 loc) · 3.68 KB
/
level2_project_req.html
File metadata and controls
82 lines (70 loc) · 3.68 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
<!DOCTYPE html>
<html>
<title>League Level 2 Project Requirements</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,
h1 {
font-family: "Raleway", sans-serif
}
</style>
<script src="http://league-level0.github.io/copyrightFooter.js"></script>
<body>
<div class="w3-display-topleft w3-padding-large w3-xlarge">
<h1 style='font-size:48px; text-align: center; color: rgb(255, 100, 0);'>League Level 2 - Project Requirements</h1>
<hr class="w3-border-grey" style="margin:auto;width:40%">
</div>
<p class="normal">
<b style='font-size:32px;'>Project Contents:</b><br>
</p>
<p class="normal">
<b>Game:</b><br>
<ul style='background-color:white;'>
<li>The Level 2 game project must consist of at least 3 Java classes. </li>
<li>It must be a complete game with a goal and a specific set of rules. </li>
<li>Instructions on how to play the game must be included. </li>
</ul>
</p>
<p class="normal">
<b>Project Testing:</b><br>
<ul style='background-color:white; list-style-type: disc;'>
<li>There must be at least one round of usability testing that includes a minimum of 3 test sessions.</li>
<li>Each test requires three people: The Tester, The Programmer (student), and The Moderator (teacher).</li>
<li>The tester should be able to play the game without the programmer's help.</li>
<li>The programmer can only give hints if the moderator approves.</li>
<li>The programmer should take notes during the test.</li>
<li>The tester should be interviewed at the end to find out how they enjoyed the game and if they have
suggestions for improvements.</li>
<li>The test session should be written up in a testing log and potentially used as part of the
presentation detail.</li>
<li>Some of the feedback from the testing should feed into the design of the game.</li>
</ul>
</p>
<p class="normal">
<b>Project delivery:</b><br>
<ul style='background-color:white; list-style-type: disc;'>
<li>Code must be published in student's public GitHub.</li>
<li>Game must be packaged into a runnable JAR and demonstrated to work on presentation computer. <a href="ExportarunnableJAR.html">How
to</a></li>
<li>Game must be uploaded to GitHub. <a href="github_inst/UploadGametoGithub.html">How to</a></li>
<li>When all the game requirements are met, click <a href="game_page_maker.html">here</a> to complete you game presentation webpage.</li>
<li>Follow the instructions <a href="webpage_upload_instructions.html">here</a> to upload your webpage to your github repository.</li>
<li>Email the link to your game's webpage to info@jointheleague.org</li>
<li>Presentation webpage must be presented to and approved by teacher.</li>
</ul>
</p>
<p class="normal">
To complete Level 2, the game project must be presented and demonstrated to a peer group and teachers.<br>
Family members and friends may also attend the presentation event.</p>
<div class="w3-display-bottomleft w3-padding-large">
<a href="https://league-level0.github.io/"><img class="footer" src="http://league-level0.github.io/league.jpg"
alt="league-logo" style="width: 110.00px; height: 110.00px;">
</a>
</div>
<div id="copyright">
<script>copyright();</script>
</div>
</body>
</html>