-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
178 lines (176 loc) · 7.81 KB
/
index.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html>
<title>Meatball game reviews</title>
<link href='style.css' rel='stylesheet' type="text/css">
<head>
</head>
<body>
<h1>Meatball game reviews</h1>
<div class="intro">
<input id="checkboxid" type="checkbox" class="css-checkbox">
<label for="checkboxid" class="css-label"></label>
<div class="hi">
<p class="do"><a href = "./catigorize.html">Categories</a></p>
<p class="do">Hardware</p>
<p class="do">About</p>
</div>
</div>
<div id = "Games">
<br>
<h2>Games:</h2>
<h3>Microsoft flight simualtor</h3>
<p>tags: <a href = "./simulator.html"> #simulator</a></p>
<img src="https://cdn.cloudflare.steamstatic.com/steam/apps/1250410/capsule_616x353.jpg?t=1647979760" height="353" width="616" class = "MSFS">
<p>Microsoft flight simulator was released in 2020. It is developed by Asobo and published by xbox game studios publishing.
<br>
<br>
I think it is the best flight simualtor to this day. Its grapichs is amazing and the game has aircrafts from smal once to big ones.
<a href = "./microsft_flight_simulator.html">read more here</a></p>
<table border="1">
<tr>
<th scope="col">Subjects</th>
<th scope="col">Score</th>
</tr>
<tr>
<td>Grapichs/visuals</td>
<td>9.5/10</td>
</tr>
<tr>
<td>Gameplay</td>
<td>8/10</td>
</tr>
<tr>
<td>Story</td>
<td>None</td>
</tr>
<tr>
<td>Audio</td>
<td>8/10</td>
</tr>
<tr>
<td>PC Requirements</td>
<td>High-end</td>
</tr>
<tr>
<td>Difficulcy</td>
<td>Easy but hard to master</td>
</tr>
<tr>
<td>Replayabilty</td>
<td>Yes</td>
</tr>
<tr>
<td>Bugs</td>
<td>a Few</td>
</tr>
<tr>
<td>Price</td>
<td>7/10</td>
</tr>
<tr>
<td>Overall</td>
<td>8/10</td>
</tr>
</table>
<table border="1">
<tr>
<th scope="col">Platform</th>
<th scope="col">Xbox Store</th>
<th scope="col">Gane pass</th>
<th scope="col">Steam</th>
</tr>
<tr>
<td>Xbox series S</td>
<td><a href="https://www.xbox.com/en-us/games/store/microsoft-flight-simulator-standard-game-of-the-year-edition/9MTJ74MKQM46">Xbox store</a></td>
<td><a href="https://www.xbox.com/en-us/xbox-game-pass?xr=shellnav">Xbox game pass</a></td>
</tr>
<tr>
<td>Xbox series X</td>
<td><a href="https://www.xbox.com/en-us/games/store/microsoft-flight-simulator-standard-game-of-the-year-edition/9MTJ74MKQM46">Xbox store</a></td>
<td><a href="https://www.xbox.com/en-us/xbox-game-pass?xr=shellnav">Xbox game pass</a></td>
</tr>
<tr>
<td>PC</td>
<td><a href="https://www.xbox.com/en-us/games/store/microsoft-flight-simulator-standard-game-of-the-year-edition/9MTJ74MKQM46">Microsoft store</a></td>
<td><a href="https://www.xbox.com/en-us/xbox-game-pass/pc-game-pass?xr=shellnav">PC game pass</a></td>
<td><a href="https://store.steampowered.com/app/1250410/Microsoft_Flight_Simulator_Game_of_the_Year_Edition/">Steam</a></td>
</tr>
</table>
<br>
<h3>Euro Truck Simulator 2</h3>
<p>tags: <a href = "./simulator.html"> #simulator</a></p>
<img src="https://cdn.akamai.steamstatic.com/steam/apps/227300/capsule_616x353.jpg?t=1654604252" height="353" width="616" class = "MSFS">
<p>Euro truck simualtor was released in 2012 and is devloped and published by scs software. Since 2012 the game has recived multiple dlcs and free game updates.
<br>
<br>
This is a very chill game and is very nice to play with friends while discovering the continent of europe. The game has recived multiple updates since it launch including grapichs and map updates and also multiplayer.
<a href = "./microsft_flight_simulator.html">read more here</a></p>
<table class="review">
<tr>
<th scope="col">Subjects</th>
<th scope="col">Score</th>
</tr>
<tr>
<td>Grapichs/visuals</td>
<td>9/10</td>
</tr>
<tr>
<td>Gameplay</td>
<td>9/10</td>
</tr>
<tr>
<td>Story</td>
<td>None</td>
</tr>
<tr>
<td>Audio</td>
<td>8.5/10</td>
</tr>
<tr>
<td>PC Requirements</td>
<td>Mid-range</td>
</tr>
<tr>
<td>Difficulcy</td>
<td>Easy</td>
</tr>
<tr>
<td>Replayabilty</td>
<td>Yes</td>
</tr>
<tr>
<td>Bugs</td>
<td>Hard to find</td>
</tr>
<tr>
<td>Price</td>
<td>9/10</td>
</tr>
<tr>
<td >Overall</td>
<td>8.5/10</td>
</tr>
</table>
<table>
<tr>
<th scope="col">Platform</th>
<th scope="col">Steam</th>
<th scope="col">Humble bundle</th>
<th scope="col">Steam deck rating</th>
</tr>
<tr>
<td>PC/Linux/Mac</td>
<td><a href="https://store.steampowered.com/app/1250410/Microsoft_Flight_Simulator_Game_of_the_Year_Edition/">Steam</a></td>
<td><a href="https://www.humblebundle.com/store/euro-truck-simulator-2?hmb_source=search_bar">Humble Bundle</a></td>
<td>-</td>
</tr>
<tr>
<td>Steam deck</td>
<td><a href="https://store.steampowered.com/app/1250410/Microsoft_Flight_Simulator_Game_of_the_Year_Edition/">Steam</a></td>
<td><a href="https://www.humblebundle.com/store/euro-truck-simulator-2?hmb_source=search_bar">Humble Bundle</a></td>
<td><p id = "Steam_deck">Verified</p></td>
</tr>
</table>
</div>
</body>
</html>