-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPUBG.html
More file actions
59 lines (55 loc) · 3.75 KB
/
PUBG.html
File metadata and controls
59 lines (55 loc) · 3.75 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="index.css" rel="stylesheet" type="text/css" />
</head>
<div class="topnav">
<a href="index.html">Home</a>
<a href="https://nmg888.github.io/Overwatch.html">Overwatch</a>
<a href="https://nmg888.github.io/TF2.html">Team Fortress 2</a>
<a class="active" href="https://nmg888.github.io/PUBG.html">PlayerUnknown's Battlegrounds</a>
<a href="https://nmg888.github.io/Super-Smash-Bros.html">Super Smash Bros</a>
<a href="https://NMG888.github.io/exercises/index.html">HTML Exercises</a>
<a href="https://NMG888.github.io/css-exercises/index.html">CSS Exercises</a>
<a href="NMG888.github.io/html-reference.html">HTML Reference Page</a>
</div>
<title>PlayerUnknown's Battlegrounds</title>
<body>
<img src="NMG888.github.io/images/PUBG_title2.jpg" style="width:450px;height:255px;">
<h1>Backround</h1>
<p>PlayerUnkown's BattleGrounds or PUBG is a TPS(Third-Person-Shooter) and was released on March 23, 2017 by
Bluehole. Inc, and has been an instant success, with currently over 19.5 million players, PUBG has
the most downloads on Steam (a gaming platform for pc), has a five star rating, and can be played
endlessly. PUBG is a king of the hill battle royale and was one of the first of its kind in the now
booming Battle Royale gaming establishment. The game unfortuanantly has no lore behind it, but it is
the realistic game-play and the unique-ness of it that makes it an absolute blast to play.</p>
<h1>The Game</h1>
<p>At the start of every PUBG game, you start in a plane with 100 other players, that is flying over
a reasonabley sized island, this is your battle field. Across the island there are several deserted
towns and buildings.</p>
<img src="NMG888.github.io/images/PUBG_map.jpg" style="width:450px;height:400px;">
<p>In the buildings are guns, body armor, ammo, grenades, anything to destroy your enemy.
The larger town you go to, the more weapons you will find, because usually more people go to the higher
populated areas to get better weapons. Now once you get your weapons, shoot a few people, get a vehicle
you may notice a giant purple wall closing in on you on your map, that is the area of restriction. If you
step inside the area of restriction, you will slowly start taking damage and die, the way you avoid this, is
to head to the play area, a white circle labeled on your map. You will usually have a few minutes to get to this
play area before the area of restriction begins to close in.</p>
<img src="NMG888.github.io/images/PUBG_mapwithzone2.jpg" style="width:450px;height:400px;">
<p>The game is also unique because you can customize your guns. Throughout the match, you will
find gun attachments, like scopes, larger magazines, suppresors, and all sorts of other attachments that your can place
on your guns.</p>
<img src="NMG888.github.io/images/PUBG_inventory.jpg" style="width:500px;height:305px;">
<p>The goal of this game is to be the last man standing and to get recieve the "winner-winner-
chicken-dinner" screen saying you have won, however, you dont have to win alone. In PUBG, you can play with a partner
of your choice, or join a que to play with a random player, you can also play in a squad of 3-4 players of your choice,
or a squad of completely random people!</p>
<h1>Closing Thoughts</h1>
<p>In conclusion, PUBG is an amazing game, with unique gameplay and is one of the most popular games
of 2017. The game currently costs 30 dollars, however the price might go back up to 60 dollars soon so best get it now!</p>
<a href="https://NMG888.github.io">Hope Page</a>
</body>
</html>