aboutsummaryrefslogtreecommitdiff
path: root/Assignment 1
diff options
context:
space:
mode:
Diffstat (limited to 'Assignment 1')
-rw-r--r--Assignment 1/game.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/Assignment 1/game.html b/Assignment 1/game.html
index dbbf4ac..20cc46a 100644
--- a/Assignment 1/game.html
+++ b/Assignment 1/game.html
@@ -7,6 +7,12 @@
<title>Draughts</title>
</head>
<body>
+
+ <section id="score">
+ <p id="redScore">+</p>
+ <p id="blueScore">+</p>
+
+ </section>
<!-- The draughts board is represented using a table -->
<table id="board">
<tbody>