|
@ -9,6 +9,7 @@ |
|
|
<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> |
|
|
<script type= "text/javascript" src="js/makeBoard.js"></script> |
|
|
<script type= "text/javascript" src="js/Bridge.js"></script> |
|
|
<script type= "text/javascript" src="js/Bridge.js"></script> |
|
|
|
|
|
|
|
|
<title>Document</title> |
|
|
<title>Document</title> |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,25 +18,23 @@ |
|
|
<h1>Schlangen und Leitern</h1> |
|
|
<h1>Schlangen und Leitern</h1> |
|
|
</header> |
|
|
</header> |
|
|
<body> |
|
|
<body> |
|
|
<div> |
|
|
|
|
|
<input type="button" class = "playerSelect" id="2Player" onclick="mainGame(2)" value="2 Spieler"></input> |
|
|
|
|
|
<input type="button" class = "playerSelect" id="3Player" onclick="mainGame(3)" value ="3 Spieler"></input> |
|
|
|
|
|
<input type="button" class = "playerSelect" id="4Player" onclick="mainGame(4)" value = "4 Spieler"></input> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div calss = container id="playArea"> |
|
|
|
|
|
<table id = "board"></table> |
|
|
|
|
|
|
|
|
<div class = playerSelect> |
|
|
|
|
|
<input type="button" class = "playerButton" id="2Player" onclick="mainGame(2)" value="2 Spieler"></input> |
|
|
|
|
|
<input type="button" class = "playerButton" id="3Player" onclick="mainGame(3)" value ="3 Spieler"></input> |
|
|
|
|
|
<input type="button" class = "playerButton" id="4Player" onclick="mainGame(4)" value = "4 Spieler"></input> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class = container id="würfelBereich"> |
|
|
|
|
|
|
|
|
|
|
|
<img src="/img/wurfle/f(1).png" id="face"> |
|
|
|
|
|
<input type = "button" id="rollButton" onclick = "changeFace();drawBoard()" value = "Würfeln"> |
|
|
|
|
|
|
|
|
<div calss = container id="playArea" > |
|
|
|
|
|
<table id = "board"></table> |
|
|
|
|
|
<div class = container id="würfelBereich" style="display: none;" > |
|
|
|
|
|
<img src="/img/wurfle/f(1).png" id="face"> |
|
|
|
|
|
<input type = "button" id="rollButton" onclick = "changeFace();" value = "Würfeln"> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body> |
|
|
</body> |
|
|
</html> |
|
|
</html> |