diff --git a/score.html b/score.html new file mode 100644 index 0000000..2b9563c --- /dev/null +++ b/score.html @@ -0,0 +1,130 @@ + + + + + + Scoreboard + + + + +
+
0
+
Joueur 1
+ +
+ +
Joueur 2
+
0
+
+ + + + diff --git a/score.txt b/score.txt new file mode 100644 index 0000000..7a6b2ae --- /dev/null +++ b/score.txt @@ -0,0 +1 @@ +Joueur A,1,3,Joueur B \ No newline at end of file diff --git a/start_score.bat b/start_score.bat new file mode 100644 index 0000000..69a4f71 --- /dev/null +++ b/start_score.bat @@ -0,0 +1 @@ +python -m http.server 8000