-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (159 loc) Β· 5.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<!-- Local styles -->
<link rel="stylesheet" href="src/css/styles.css">
</head>
<body>
<section id="welcome-section">
<div class="title-div">
<img src="src/assets/images/dice.png" class="dice-image" alt="dice-image">
<h1 id="game-title">Roll of the Dice</h1>
<img src="src/assets/images/dice.png" class="dice-image" alt="dice-image">
</div>
<div class="intro-div">
<span>
<p></p>Welcome to yet another game of dice! You are probably wondering why was this game built? Well, the
creator of
this game was feeling kind of bored, so he decided to join a game jam hosted by <a
href="https://gmtk.itch.io/">GMTK</a>. This year's theme is <em>Roll of the Dice</em>, therefore this game is
all about dice. In the section below, you can find the existing 3 game modes, where we explain the objective of
each mode, as well as its difficulty, waging constraints, and associated rewards.</p>
<p>The way this game works is the following: you start with a budget of 100π΅ and compete against 4 NPCs. The
first player to reach a budget of 600π΅ wins. The funny thing about this game is that in each mode you are
allowed to make wages.
</p>
<p>So, if you are also bored...jump in and play this tedious game!</p>
</span>
</div>
<div class="container">
<div class="row">
<div class="card-group">
<div class="card">
<h5 class="card-header">Boring Dice</h5>
<img src="src/assets/images/panda.png" class="rounded mx-auto d-block" alt="game3-image">
<div class="card-body">
<p class="card-text">This has to be the first dice game ever invented... Well, it doesn't really matter!
Just
choose if your dice will output an even or odd number.</p>
</div>
<div class="card-footer">
<div class="container">
<div class="row">
<div class="col-12">
<span> Difficulty:
</span>
<span style="position: absolute; margin-top: -2px;"> β
</span>
</div>
<div class="col-12">
<span> Minimum Wage: 10π΅
</span>
</div>
<div class="col-12">
<span> Maximum Wage: 30π΅
</span>
</div>
<div class="col-12">
<span> Reward Multiplier: x1.5
</span>
</div>
<div class="col-12 play-game-button-div">
<a href="src/pages/game.html" type="button" class="btn btn-primary play-button">Play</a>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<h5 class="card-header">Clairvoyance Dice</h5>
<img src="src/assets/images/clairvoyance.jpg" class="rounded mx-auto d-block" alt="game3-image">
<div class="card-body">
<p class="card-text">Unleash your clairvoyance powers to look into the future... or just try to guess
another player's dice number. It's all random stuff after all!</p>
</div>
<div class="card-footer">
<div class="container">
<div class="row">
<div class="col-12">
<span> Difficulty:
</span>
<span style="position: absolute; margin-top: -2px;"> ββ
</span>
</div>
<div class="col-12">
<span> Minimum Wage: 50π΅
</span>
</div>
<div class="col-12">
<span> Maximum Wage: 70π΅
</span>
</div>
<div class="col-12">
<span> Reward Multiplier: x2
</span>
</div>
<div class="col-12 play-game-button-div">
<a href="src/pages/game.html" type="button" class="btn btn-primary play-button">Play</a>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<h5 class="card-header">Mathematician's Dice</h5>
<img src="src/assets/images/eureka.jpg" class="rounded mx-auto d-block" alt="game3-image">
<div class="card-body">
<p class="card-text">In this game mode, you'll have to be good at math... or not! Just try to guess
what'll
be
the sum of all dices in one round.</p>
</div>
<div class="card-footer">
<div class="container">
<div class="row">
<div class="col-12">
<span> Difficulty:
</span>
<span style="position: absolute; margin-top: -2px;"> βββ
</span>
</div>
<div class="col-12">
<span> Minimum Wage: 100π΅
</span>
</div>
<div class="col-12">
<span> Maximum Wage: 120π΅
</span>
</div>
<div class="col-12">
<span> Reward Multiplier: x3
</span>
</div>
<div class="col-12 play-game-button-div">
<a href="src/pages/game.html" type="button" class="btn btn-primary play-button">Play</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script type="module" src="index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
</body>
</html>