-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 1.04 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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="CSS/style.css" rel="stylesheet">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<script src="JS/phaser.js"></script>
<script src="JS/phaser.min.js"></script>
<link href="https://fonts.cdnfonts.com/css/qatar2022" rel="stylesheet">
<title>Regras Tabuleiro Copa</title>
</head>
<body>
<h1>Bem vindo ao jogo de Tabuleiro da Copa do Mundo!</h1>
<h2> Regras: </h2>
<h3> 1º: 2 jogadores jogam alternadamente <br>
2º: Cada jogador, na sua vez, joga o dado e anda o número tirado, se cair na casa especial, paga a prenda escrita na respectiva casa
<br>
3º: ganha quem chegar no final primeiro
</h3>
<h2> Clique para jogar o Dado: </h2>
<h3 id="Jogadas">O dado foi jogado: Nenhuma vez</h3>
<script src="JS/main.js"></script>
</body>
</html>