forked from Slope-Game/Slope-Game.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
adventure-games.html
131 lines (119 loc) · 6.05 KB
/
adventure-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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="#">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Adventure Games | slope-game.github.io</title>
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" type="text/css" href="/assets/style.css" />
<meta name="google-site-verification" content="2rHJ7VRPQvWn6LSai_6iqg6l9tapR7KgqtMHnSXioOQ" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7889675448259925"
crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BF3BWX3NND"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BF3BWX3NND');
</script>
</head>
<body>
<header id="header">
<a href="/" class="logo">
<img src="/img/slope-logo.png" width="190" height="85" alt="Slope Game" />
</a>
<div class="headwrap">
<div class="headtop">
<div class="search">
<button type="button" class="icon-search"></button>
<form action="#" method="get" id="formSearch">
<input id="search" autocomplete="off" type="search" maxlength="50" />
</form>
<ul id="results"></ul>
</div>
<button type="button" class="icon-login"></button>
</div>
<nav>
<ul id="menu">
<li class="navhome"><a href="/" class="icon-home"></a></li>
<li class="navover"><a href="/action-games.html" class="border1">Action</a>
<li class="navover"><a href="/adventure-games.html" class="border2">Adventure</a>
<li class="navover"><a href="/running-games.html" class="border3">Running</a>
<li class="navover"><a href="/car-games.html" class="border4">Car</a>
<li class="navover"><a href="/shooting-games.html" class="border5">Shooting</a>
<li class="navover"><a href="/skill-games.html" class="border0">Skill</a>
<li class="navover"><a href="/stickman-games.html" class="border0">Stickman</a>
<li class="navover"><a href="/2-player-games.html" class="border0">2 players</a>
<li class="navover"><a href="/io-games.html" class="border0">Io</a>
</ul>
</nav>
</div>
</header>
<main id="main" data-cat="adventure">
<div class="main">
<div class="Cside">
<div class="bandeau op">
<!-- slope_new_cat -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-7889675448259925"
data-ad-slot="5911474059"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class="border">
<div class="cathead color2">
<h1>Adventure Games</h1>
</div>
<div class="catdesc">
<p id="desc" class="desc">
Players that enjoy taking chances and venturing into the unknown will find that adventure games satisfy their need for exploration. Explore faraway locations, find treasures, and tell incredible stories in strange and magnificent settings! You can, for example, lead a party of adventurers to accomplish missions and combat fantasy creatures, act as a detective to solve crimes, or operate as a merchant to expand your company. Adventure games are undoubtedly full with activity!</p>
</div>
<div class="content capcat">
<ul class="captions" id="catlist">
</ul>
</div>
</div>
<div class="footdesc border">
<h2>What are adventure games?</h2>
<p>Adventure games will allow you to discover fantastic worlds, explore fabulous universes tinged with magic, extraordinary creatures like in Dynamoms World, and priceless treasures to find. Most often you will lead a hero, or a group of adventurers in search of glory, wealth, power and who will have to many dangers to reach their objectives. You will also have to meet charismatic characters and will have to face monsters and other creatures who will try to spread chaos. But adventure games can also be simulations or management games or even platform games requiring agility and coordination.</p>
<h2>What is the origin of adventure games?</h2>
<p>The first adventure game is a text game for educational purposes called The Oregon Trail, distributed in 1971 for schools and universities and released commercially on Apple 2 in 1978. Other cult games have marked generations of players by their innovations and their fantastic worlds to explore. Prince of Persia (1989) is one of the first platform games, Myst (1991) is one of the first point and click/exploration game to become cult. Later platformer games such as Sonic The Hedgehog will bring their stones to the vast edifice of video games. All the free adventure games available on Snokido have been inspired by this rich video game history that established the codes of modern games.</p>
<h2> What are the best free adventure games?</h2>
<ol>
<li><a href="/vex7.html">Vex 7</a></li>
<li><a href="/tomb.html">Tomb of The Mask</a></li>
</ol>
</div>
</div>
<div class="Rside">
<div class="board op">
<!-- slope_new_cat_2 -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="ca-pub-7889675448259925"
data-ad-slot="8357727896"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
</div>
</main>
<script src="/assets/js-new.js"></script>
<script>
window.addEventListener('load', function() {
loadCat(document.querySelector('#main').dataset.cat);
})
</script>
<footer id="footer">
<div id="copyright">
All Rights Reserved © 2022-2024 slope-game.github.io </div>
</footer>
</body>
</html>