From c698883b44ff67f5d4184c45aa7099a86a0874c5 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 21 Mar 2023 23:19:41 +0100 Subject: added a rock-paper-scissors game --- static/rock-paper-scissors.html | 60 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 static/rock-paper-scissors.html (limited to 'static/rock-paper-scissors.html') diff --git a/static/rock-paper-scissors.html b/static/rock-paper-scissors.html new file mode 100644 index 0000000..3e80491 --- /dev/null +++ b/static/rock-paper-scissors.html @@ -0,0 +1,60 @@ + + + + + Rock Paper Scissors + + + + + + + +
+ +
+ +
+

Rock Paper Scissors

+

First to five Wins!

+
+ +
+
+ + + + +
+
+

player score:

+

computer score:

+ +

hopefully you're better than a machine ://

+
+
+ + + + + + -- cgit v1.2.3