You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
2.2 KiB
49 lines
2.2 KiB
<html>
|
|
<head>
|
|
On the Dot
|
|
</head>
|
|
<body>
|
|
<form action="./game.html" method="GET">
|
|
Jouer la partie en : </br>
|
|
<input type="radio" id="5pts" name="mode" value="5p" checked="checked">
|
|
<label for="5pts">5 points</label><br>
|
|
<input type="radio" id="10pts" name="mode" value="10p">
|
|
<label for="5pts">10 points</label><br>
|
|
<input type="radio" id="15pts" name="mode" value="15p">
|
|
<label for="5pts">15 points</label><br>
|
|
<input type="radio" id="20pts" name="mode" value="20p">
|
|
<label for="5pts">20 points</label><br>
|
|
<input type="radio" id="5min" name="mode" value="5m">
|
|
<label for="5pts">5 minutes</label><br>
|
|
<input type="radio" id="10min" name="mode" value="10m">
|
|
<label for="5pts">10 minutes</label><br>
|
|
<input type="radio" id="survie" name="mode" value="surv">
|
|
<label for="5pts">survie</label><br>
|
|
|
|
Choisissez la difficulté </br>
|
|
|
|
<input type="radio" id="easy" name="diff" value="easy" checked="checked">
|
|
<label for="5pts">facile</label><br>
|
|
<input type="radio" id="med" name="diff" value="med">
|
|
<label for="5pts">moyen</label><br>
|
|
<input type="radio" id="hard" name="diff" value="hard">
|
|
<label for="5pts">difficile</label><br>
|
|
|
|
Entrez votre pseudo (optionnel, mais nécessaire si vous voulez sauvegarder votre score):
|
|
<input type="text" name="pseudo" />
|
|
|
|
|
|
<div class="button">
|
|
<button type="submit">JOUER !</button>
|
|
</div>
|
|
</form>
|
|
|
|
<div>
|
|
Partie en points : la partie finit quand vous obtenez le nombre de points choisi. Mettez le moins de temps possible ! </br>
|
|
Partie en temps : la partie finit quand le temps imparti est écoulé. Obtenez le plus de points possible ! </br>
|
|
Partie en survie : la partie finit quand le temps atteint 0. Gagner un point vous rajoute 30s, obtenez le plus de points possible ! </br>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|