-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 1006 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>triki</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<script src="funciones.js"></script>
<script src="script.js"></script>
</head>
<body>
<h1>sexto commit del triki: la maquina ya juega, y el script reconoce quien gana, aunque la maquina no es muy
astuta... se generan las posibilidades juagadas de la maquina aunque aun no implementadas
*ver consola*
</h1>
ingrese las coordenadas del juego:
vertical: <input type="text" id="cx" placeholder="ingrese la coordenada horizontal">
horizontal: <input type="text" id="cy" placeholder="ingrese la coordenada vertical">
<input type="button" id="botonjugar" onclick="jugar();" value="¡jugar!">
<div id="salida">
</div>
</body>
</html>