Initial commit
This commit is contained in:
commit
f0030bbe6e
|
@ -0,0 +1,4 @@
|
||||||
|
# odin-rps
|
||||||
|
Rock Paper Scissors in browser console using prompt
|
||||||
|
|
||||||
|
various functions and player vs pc
|
|
@ -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>
|
Loading…
Reference in New Issue