Initial commit

This commit is contained in:
NetMan 2024-01-03 19:34:04 +01:00
commit f0030bbe6e
3 changed files with 15 additions and 0 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# odin-rps
Rock Paper Scissors in browser console using prompt
various functions and player vs pc

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rock Paper Scissors</title>
</head>
<body>
<script src="index.js"></script>
</body>
</html>

0
index.js Normal file
View File