]> Untitled Git - go.git/blobdiff - htdocs/index.html
Added basic controls, refactored database sync (#2)
[go.git] / htdocs / index.html
index 8c25bb1fc9d49f609f14ef573ce5bc0984535897..f42815d3a25cdd816beb1e4ecccaa9bdb8407953 100644 (file)
@@ -1,4 +1,13 @@
 <center>
-<canvas id = "game-canvas" width="600" height="600"></canvas>
+<canvas id="game-canvas" width="800" height="800"></canvas>
 </center>
+<div id="controls">
+<input id="new" type="button" value="New Game" />
+<label for="stones">Choose a stone:</label>
+<select name="stones" id="stones">
+  <option>Empty</option>
+  <option>White</option>
+  <option>Black</option>
+</select>
+</div>
 <script src="go.js"></script>