diff options
author | MayteApolix <83069108+MayteApolix@users.noreply.github.com> | 2021-12-27 16:12:38 +0100 |
---|---|---|
committer | MayteApolix <83069108+MayteApolix@users.noreply.github.com> | 2021-12-27 16:12:38 +0100 |
commit | 6d8a3a26ada9a3fbe64fb1e6d55020c267fa0507 (patch) | |
tree | 14542220a2659d4d68e57f4de643c35271d8d6b7 /Assignment 1 | |
parent | 66f6f9a2c66309b5629702bd1e0563a698c19484 (diff) |
Added score functionality to html game file
Diffstat (limited to 'Assignment 1')
-rw-r--r-- | Assignment 1/game.html | 6 |
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> |