We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25526d8 commit a26b654Copy full SHA for a26b654
en/beginner-projects/rock-paper-scissors-game.md
@@ -20,3 +20,12 @@ Build a classic Rock Paper Scissors game where you play against the computer. Ch
20
## Bonus Challenge
21
Add animations and sound effects to make the game more interactive.
22
23
+## Live Demo
24
+<div align="center">
25
+ <iframe src="https://codesandbox.io/embed/7kjyv3?view=preview"
26
+ style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
27
+ title="rock-paper-scissors"
28
+ allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
29
+ sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
30
+ ></iframe>
31
+</div>
0 commit comments