diff options
-rw-r--r-- | app.js | 1 | ||||
-rw-r--r-- | index.html | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,7 @@ let board = [ ======= [0, 1, 0, 0, 0, 0, 0, 0], [1, 1, 0, 0, 0, 0, 0, 0], + [1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 1, 1, 1, 0, 0, 0], [0, 0, 1, 2, 1, 0, 0, 0], [0, 0, 1, 1, 1, 0, 0, 0], @@ -21,6 +21,7 @@ <div id="f8" class="6 black"></div> <div id="g8" class="7 white"></div> <div id="h8" class="8 black">R</div> + <div id="h8" class="8 black">R</div> </div> <div> >>>>>>> Stashed changes |