From 6d8a3a26ada9a3fbe64fb1e6d55020c267fa0507 Mon Sep 17 00:00:00 2001 From: MayteApolix <83069108+MayteApolix@users.noreply.github.com> Date: Mon, 27 Dec 2021 16:12:38 +0100 Subject: Added score functionality to html game file --- Assignment 1/game.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Assignment 1') 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> -- cgit v1.2.3