This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
/
games.html
293 lines (287 loc) · 14.4 KB
/
games.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
The Matrix Movies Website, a Hacktoberfest Project for Beginners
</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
rel="apple-touch-icon"
sizes="180x180"
href="./img/favicons/apple-touch-icon.png">
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./img/favicons/favicon-32x32.png">
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./img/favicons/favicon-16x16.png">
<link rel="manifest" href="./img/favicons/site.webmanifest">
<link
href="https://fonts.googleapis.com/css2?family=Arvo:wght@700&family=Ubuntu&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./css/default.css">
<link rel="stylesheet" href="./css/pages/games.css">
</head>
<body>
<div class="screen">
<header id="header" onclick="window.location.href='index.html';">
<!-- js/header.js -->
</header>
<navbar id="navbar"><!-- js/navbar.js --></navbar>
<section class="games-section">
<h3>Games</h3>
<br>
<h4 class="collapsible">Enter The Matrix (2003)</h4>
<div class="content">
<p class="heading">Review</p>
<p class="para"><span class="highlight">7.2/10</span> By IGN </p>
<p class="heading">Description</p>
<p class="para">
Enter the Matrix is a 2003
<span class="highlight">action-adventure video game</span> developed
by <span class="highlight">Shiny Entertainment</span> and published by
<span class="highlight">Infogrames under the Atari brand name</span>.
It was the first game based on The Matrix film series. Its story
is <span class="highlight">concurrent</span> with that of the film
<span class="highlight">The Matrix Reloaded</span> and features over
an hour of <span class="highlight">original footage</span>, written
and directed by the <span class="highlight">Wachowskis</span> and
starring the cast of the films, produced for the game.
</p>
<p class="para">
<span class="highlight">Released in May 2003</span>, the same month
as The Matrix Reloaded, Enter the Matrix was
<span class="highlight">simultaneously</span> produced with The
Matrix Reloaded and The Matrix Revolutions. While it received mixed
reviews from critics, the game sold
<span class="highlight">5 million copies</span> as of May 2004.
</p>
<p class="para">
Enter the Matrix gives players control of two of the supporting
characters from Reloaded and Revolutions,
<span class="highlight">Ghost (Anthony Wong) and Niobe (Jada Pinkett Smith)</span>,
members of the same group of rebels as Morpheus, Trinity, and
Neo, the protagonists of the series. Niobe is the
<span class="highlight">Captain of the Logos</span>, the fastest
ship in the rebel fleet. Ghost is the ship's first mate, weapons
guru, and a deep-thinking, philosophical assassin. The game takes
place at roughly the same time as the events in Reloaded.
</p>
<p class="para">
Players play as either Niobe or Ghost, each of whom have slight
variations during their story. Most levels involve controlling
players in a
<span class="highlight">third-person perspective</span>, using guns
and fighting skills to defeat opponents and complete level
objectives. At any time, players can activate
<span class="highlight">bullet time</span> (called
<span class="highlight">"Focus"</span> in the game) which slows down
time, giving players the ability to perform actions such as
<span class="highlight">shooting in midair and dodging bullets</span>.
Some levels involve one-on-one martial arts fighting against
single opponents. In levels involving vehicles, such as driving a
car or piloting the Logos, the style of game play depends on the
<span class="highlight">selected player</span>, commonly with Niobe
maneuvering the vehicles to avoid obstacles, whilst Ghost takes
control of a gun to fight off incoming enemies. A hacking system
allows players to enter codes, which can unlock special skills,
weapons and secrets, such as a 2-player versus mode.
</p>
<p class="para">Source: Wikipedia</p>
<p class="heading">Images</p>
<div class="photo-gallery">
<img
src="https://upload.wikimedia.org/wikipedia/en/9/9c/Enter_the_Matrix_Coverart.png"
alt="Image">
<img
src="https://www.playstationlifestyle.net/wp-content/uploads/sites/9/2023/05/Enter-the-Matrix-retrospective.jpg"
alt="Image">
<img
src="https://assetsio.reedpopcdn.com/screenshots13.jpg?width=1200&height=1200&fit=bounds&quality=70&format=jpg&auto=webp"
alt="Image">
</div>
<p class="heading">Clip</p>
<p style="text-align: center">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/by4hyBxRo8E?si=VYndIBcv9zqlZGl6"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</p>
</div>
<br />
<h4 class="collapsible">The Matrix : Path Of Neo (2005)</h4>
<div class="content">
<p class="heading">Review</p>
<p class="para"><span class="highlight">6.5/10</span> By IGN </p>
<p class="heading">Description</p>
<p class="para">
The Matrix: Path of Neo is a 2005
<span class="highlight">action-adventure</span> video game developed
by
<span class="highlight">Shiny Entertainment and published by Atari</span>.
The game was written and co-directed by the
<span class="highlight">Wachowskis</span>, who wrote and directed
the first three The Matrix films and the 2003 video game Enter the
Matrix, also developed by Shiny Entertainment. Players control the
character <span class="highlight">Neo</span>, participating in
scenes from the films. The game received mixed reviews from critics.
</p>
<p class="para">
The Matrix: Path of Neo allows the player to participate in many of
the <span class="highlight">major action scenes in the films</span>.
Most of these sequences, picked by the movie directors themselves,
are taken from the first film in the series.
</p>
<p class="para">
At the start of the game, the player is hacker
<span class="highlight">Thomas Anderson</span>, and does not possess
any of the powers that the character will later discover as Neo. He
has to find his way through by
<span class="highlight">stealth and basic brawl</span>. As the game
continues, players learn new skills and techniques, equipping Neo
for the final showdown with Agent Smith. These
<span class="highlight">additional skills</span> may be
<span class="highlight">level</span> and in the main game. Many of
these skills are used by Neo in the trilogy, including the
<span class="highlight">bullet dodge, bullet stop, and flight</span>.
A number of weapons are available in the game, consisting of both
<span class="highlight">melee weapons</span> (including various
types of swords, staves, and escrimas) and
<span class="highlight">firearms</span> (assault rifle, sub-machine
gun, pistol etc.).
</p>
<p class="para">
The game also allows the player to meet many of the characters in
the films, including
<span class="highlight">Trinity, Morpheus and the Merovingian</span>, among others.
The game uses
<span class="highlight">film excerpts</span> as cut scenes
throughout the game at certain milestones. This footage includes
clips from the
<span class="highlight">original The Matrix theatrical films</span>,
and from other sources, including the short film series,
<span class="highlight">The Animatrix and Enter the Matrix</span>.
The PC & Xbox versions also lack certain visual effects compared to
the PS2 version such as the image warping.
</p>
<p class="para">Source: Wikipedia</p>
<p class="heading">Images</p>
<div class="photo-gallery">
<img
src="https://upload.wikimedia.org/wikipedia/en/b/bf/Pathofneobox.jpg"
alt="Image">
<img
src="https://static0.gamerantimages.com/wordpress/wp-content/uploads/2020/10/10-Matrix-Path-Of-Neo-Forgotten-Action-Games-Reboot.jpg"
alt="Image">
<img
src="https://pixelhunted.files.wordpress.com/2021/11/the-matrix-path-of-neo-pcsx2_2021-10-30_00-13-27-134.jpg?w=1024"
alt="Image">
<img
src="https://pixelhunted.files.wordpress.com/2021/11/the-matrix-path-of-neo-pcsx2_2021-10-30_00-13-27-290.jpg?w=1024"
alt="Image">
</div>
<p class="heading">Clip</p>
<p style="text-align: center">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/bE5VykhwLYY?si=WujcfghMDpbtIDfZ"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</p>
</div>
<br>
<h4 class="collapsible">The Matrix Awakens (2021)</h4>
<div class="content">
<p class="heading">Description</p>
<p class="para">
The Matrix Awakens is a 2021
<span class="highlight">open-world video game and technology demonstration</span>
developed by Epic Games using
<span class="highlight">Unreal Engine 5</span> in partnership with
Warner Bros. Pictures, The Coalition, Wētā FX, Evil Eye Pictures,
SideFX, and others for PlayStation 5 and Xbox Series X and Series S,
serving as a marketing tie-in for the 2021 film The Matrix
Resurrections.
</p>
<p class="para">
Released during the 2021 Game Awards on
<span class="highlight">December 9, 2021</span>, it features Trinity
(Carrie-Anne Moss) and Neo (Keanu Reeves), along with
<span class="highlight">photorealistic 3D-scanned models</span> of
both Moss and Reeves from the present time, portrayed by themselves,
in cinematic and QTE shooter scenes where the player can take
control of IO, a character which Epic introduced with
<span class="highlight">Unreal's MetaHuman creator tool</span>.
</p>
<p class="para">
While the
<span class="highlight">demo did not get a PC release</span>, Epic
released the city environment in the demo as a
<span class="highlight">sample project titled "City Sample"</span>
in their Unreal Engine 5 workshop. This was immediately used by fans
to generate a Windows executable package in which the city can be
navigated. It offered the ability to control several parameters of
the game engine. The game also features
<span class="highlight">NPCs with AI</span> that will generate
conversations when players use the audio. The assets were also
reused later in several fan-made demos featuring characters such as
Spider-Man and Batman.
</p>
<p class="para">Source: Wikipedia</p>
<p class="heading">Images</p>
<div class="photo-gallery">
<img
src="https://upload.wikimedia.org/wikipedia/en/8/81/The_Matrix_Awakens.jpg"
alt="Image">
<img
src="https://www.cnet.com/a/img/resize/f0f6d21a838a939bf5cd8663b560b5d37a670353/hub/2021/12/10/a644a8d2-f895-4030-a1c8-f8ef8cd93b34/the-matrix-awakens-screenshot.jpg?auto=webp&fit=crop&height=675&width=1200"
alt="Image">
<img
src="https://image.api.playstation.com/vulcan/img/rnd/202112/1004/QFExT2lScvgujmTHUT0LKy8i.jpg"
alt="Image">
<img
src="https://image.api.playstation.com/vulcan/img/rnd/202112/1004/nhJgTp5qZOh4PtUbHERcCQrz.jpg"
alt="Image">
<img
src="https://cdn.arstechnica.net/wp-content/uploads/2021/12/matrix-chase-05-640x360.jpg"
alt="Image">
<img
src="https://d2cdo4blch85n8.cloudfront.net/wp-content/uploads/2021/12/The-Matrix-Awakens-An-Unreal-Engine-5-Experience-Featured-image.jpg"
alt="Image">
</div>
<p class="heading">Clip</p>
<p style="text-align: center">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/WU0gvPcc3jQ?si=bRnxNu6SViFe58Dh"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>Clip</iframe>
</p>
</div>
</section>
<!--games-section-->
<footer id="footer"><!-- js/footer.js --></footer>
</div>
<script src="js/header.js"></script>
<script src="js/navbar.js"></script>
<script src="js/accordion.js"></script>
<script src="js/footer.js"></script>
</body>
</html>