-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew_file1.html
54 lines (50 loc) · 2.75 KB
/
new_file1.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
<!DOCTYPE html>
<html>
<head>
<title>Games
</title><style>
body {background-image: linear-gradient(180deg, blue,white);}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
h1 {color:orange;
font-family: Verdana;
text-align:center;
}
h2 {color:orange;
font-family: Verdana;
text-align: justify;
}
p {color:red;
font-family: Verdana;
padding: 30px;
text-align: justify;
background-color: white;
box-shadow: 4px 0 2px -2px rgba(0,0,0,0.4);
font-size: 14px;
}
</style>
</head>
<body>
<h1> Games
</h1>
<hr/>
<p align="center"><a href="new_file0.html">Garden</a>---<a href="new_file1.html">Games</a>---
</p>
<h2>Multiplayer games
</h2>
<p>A multiplayer game is a game of several players who may be independent opponents or teams. Games with many independent players are difficult to analyze formally using game theory as the players may form and switch coalitions. The term "game" in this context may mean either a true game played for entertainment, or a competitive activity describable in principle by mathematical game theory.
</p>
<img src="images/WOW.jpg" width= "50%" class="center">
<h2>Single-player games
</h2>
<p>Most games require multiple players. However, single-player games are unique in respect to the type of challenges a player faces. Unlike a game with multiple players competing with or against each other to reach the game's goal, a one-player game is a battle solely against an element of the environment (an artificial opponent), against one's own skills, against time, or against chance. Playing with a yo-yo or playing tennis against a wall is not generally recognized as playing a game due to the lack of any formidable opposition. Many games described as "single-player" may be termed actually puzzles or recreations.
</p>
<h2>Game theory
</h2>
<p>John Nash proved that games with several players have a stable solution provided that coalitions between players are disallowed. Nash won the Nobel prize for economics for this important result which extended von Neumann's theory of zero-sum games. Nash's stable solution is known as the Nash equilibrium. If cooperation between players is allowed, then the game becomes more complex; many concepts have been developed to analyze such games. While these have had some partial success in the fields of economics, politics and conflict, no good general theory has yet been developed. In quantum game theory, it has been found that the introduction of quantum information into multiplayer games allows a new type of equilibrium strategy not found in traditional games. The entanglement of players's choices can have the effect of a contract by preventing players from profiting from what is known as betrayal.
</p>
</body>
</html>