|
@ -7,16 +7,24 @@ |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<script type="text/javascript" src="js/rollDice.js"></script> |
|
|
<script type="text/javascript" src="js/rollDice.js"></script> |
|
|
<script type= "text/javascript" src="js/rollResult.js"></script> |
|
|
<script type= "text/javascript" src="js/rollResult.js"></script> |
|
|
|
|
|
<script type= "text/javascript" src="js/makeBoard.js"></script> |
|
|
<title>Document</title> |
|
|
<title>Document</title> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
|
|
|
<div calss = container id="playArea"> |
|
|
|
|
|
|
|
|
|
|
|
<table id = "board"></table> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class = container id="würfelBereich"> |
|
|
<div class = container id="würfelBereich"> |
|
|
|
|
|
|
|
|
<img src="/img/wurfle/f(1).png" id="face"> |
|
|
<img src="/img/wurfle/f(1).png" id="face"> |
|
|
<input type = "button" id="rollButton" onclick = "changeFace()" value = "Würfeln"> |
|
|
|
|
|
|
|
|
<input type = "button" id="rollButton" onclick = "changeFace();drawBoard()" value = "Würfeln"> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|