From 0bf97a789919024df8641535122551d8e1c8a970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20De=20La=20Pe=C3=B1a=20Smirnov?= Date: Tue, 12 Dec 2017 02:40:53 +0300 Subject: Added function to check if the player has run out of moves --- client/game.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 client/game.html (limited to 'client/game.html') diff --git a/client/game.html b/client/game.html new file mode 100644 index 0000000..be53595 --- /dev/null +++ b/client/game.html @@ -0,0 +1,29 @@ + + + + + + + + + + + Spanish Checkers by Yaroslav de la Peña Smirnov + + + +
+

Game board client side code test

+ Initialize as P1 + Initialize as P2 +
+
+
+ + \ No newline at end of file -- cgit v1.2.3