aboutsummaryrefslogtreecommitdiff
path: root/Assignment 1
diff options
context:
space:
mode:
authorMayteApolix <83069108+MayteApolix@users.noreply.github.com> 2021-12-27 16:12:38 +0100
committerMayteApolix <83069108+MayteApolix@users.noreply.github.com> 2021-12-27 16:12:38 +0100
commit6d8a3a26ada9a3fbe64fb1e6d55020c267fa0507 (patch)
tree14542220a2659d4d68e57f4de643c35271d8d6b7 /Assignment 1
parent66f6f9a2c66309b5629702bd1e0563a698c19484 (diff)
Added score functionality to html game file
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>