From 66f6f9a2c66309b5629702bd1e0563a698c19484 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 25 Dec 2021 20:24:01 +0100 Subject: Create the basic HTML layout for the game screen This commit introduces the basic HTML layout for the game screen including the actual draughts board, the move history table, and the resign button. --- Assignment 1/game.html | 188 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 182 insertions(+), 6 deletions(-) (limited to 'Assignment 1') diff --git a/Assignment 1/game.html b/Assignment 1/game.html index 56efbdb..dbbf4ac 100644 --- a/Assignment 1/game.html +++ b/Assignment 1/game.html @@ -1,12 +1,188 @@ - - - - Document + + + + Draughts - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Game History

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8
7
6
5
4
3
2
1
+ +
+

Resign

+
- \ No newline at end of file + -- cgit v1.2.3