-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.html
148 lines (121 loc) · 2.89 KB
/
data.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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="css/object-layout.css" rel="stylesheet" type="text/css"/>
<link href="css/text.css" rel="stylesheet" type="text/css"/>
<link href="css/features.css" rel="stylesheet" type="text/css"/>
<title>Data</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<div class="title-h">
<h1>Martin Brooksbank - c3308053 - WSD Module Website</h1>
</div>
<div id="content-d">
<h2>Reception</h2>
The table below represents all the awards and scores various publications and entitys gave this game.<br/><br/>
<table id="reception">
<tr>
<td class="heading-t" colspan="2">Aggregate Scores</td>
</tr>
<tr class="heading-m">
<td>Aggregator</td>
<td>Score</td>
</tr>
<tr>
<td>GameRankings</td>
<td>92.77/100 (Xbox 360)<br/>
90.02/100 (PS3)<br/>
90.46/100 (PC)</td>
</tr>
<tr>
<td>Metacritic</td>
<td>91/100 (PC)<br/>
90/100 (PS3)<br/>
93/100 (Xbox 360)</td>
</tr>
<tr>
<td class="heading-t" colspan="2">Review Scores</td>
</tr>
<tr class="heading-m">
<td>Publication </td>
<td>Score </td>
</tr>
<tr>
<td>1up.com </td>
<td>A</td>
</tr>
<tr>
<td>Edge </td>
<td>7/10 </td>
</tr>
<tr>
<td>Electronic Gaming Monthly </td>
<td>A, B+, A+ </td>
</tr>
<tr>
<td>Eurogamer </td>
<td>10/10 </td>
</tr>
<tr>
<td>GameSpot </td>
<td>9/10 (360/PC)<br/>
8.5/10(Ps3)</td>
</tr>
<tr>
<td>GameSpy </td>
<td>5/5 </td>
</tr>
<tr>
<td>GameTrailers </td>
<td>9.4/10 </td>
</tr>
<tr>
<td>IGN </td>
<td>9.6/10 (360/PC)<br/>
9.4/10(Ps3)</td>
</tr>
<tr>
<td>Official Xbox Magazine </td>
<td>10/10 </td>
</tr>
<tr>
<td>PC Gamer UK </td>
<td>90% </td>
</tr>
<tr>
<td>PC Gamer US </td>
<td>91% </td>
</tr>
<tr>
<td>X-Play </td>
<td>5/5 </td>
</tr>
<tr>
<td class="heading-t" colspan="2">Awards</td>
</tr>
<tr class="heading-m">
<td>Entity </td>
<td>Award </td>
</tr>
<tr>
<td>10th Annual Game Developers Choice Awards </td>
<td>Game of the Year 2008<br/>Best Writing </td>
</tr>
<tr>
<td>IGN Best of 2008 </td>
<td>Game of the Year 2008<br/>Best Xbox360 Game </td>
</tr>
<tr>
<td>GameSpot Best of 2008 </td>
<td>Best PC Game<br/>Best RPG </td>
</tr>
<tr>
<td>Golden Joystick Award 2009 </td>
<td>Ultimate Game of the Year 2009<br/> PC Game of the Year 2009</td>
</tr>
</table>
</div>
</body>
</html>