From f0030bbe6e2ea6bda589f261501f8bbfe3bbe149 Mon Sep 17 00:00:00 2001 From: NetMan <13informatyka14@gmail.com> Date: Wed, 3 Jan 2024 19:34:04 +0100 Subject: [PATCH] Initial commit --- README.md | 4 ++++ index.html | 11 +++++++++++ index.js | 0 3 files changed, 15 insertions(+) create mode 100644 README.md create mode 100644 index.html create mode 100644 index.js diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e89ed7 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# odin-rps +Rock Paper Scissors in browser console using prompt + +various functions and player vs pc \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..4474fa8 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + +
+ + +