|
|
@ -7,6 +7,12 @@
|
|
|
|
<script src="code.js"></script>
|
|
|
|
<script src="code.js"></script>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li><a class="active" href="#index">Play</a></li>
|
|
|
|
|
|
|
|
<li><a href="#HighScore">HighScore</a></li>
|
|
|
|
|
|
|
|
<li style="float:right"><a href="#Nickname">Nickname</a></li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<table id="gameTable" class="game">
|
|
|
|
<table id="gameTable" class="game">
|
|
|
|
<tr id="row0" class="game rows">
|
|
|
|
<tr id="row0" class="game rows">
|
|
|
|
<td id="field0" class="game fields" onclick="selectField(this)"></td>
|
|
|
|
<td id="field0" class="game fields" onclick="selectField(this)"></td>
|
|
|
|