Skip to content

Commit a26b654

Browse files
committed
added rock-paper-scissors project
1 parent 25526d8 commit a26b654

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

en/beginner-projects/rock-paper-scissors-game.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,12 @@ Build a classic Rock Paper Scissors game where you play against the computer. Ch
2020
## Bonus Challenge
2121
Add animations and sound effects to make the game more interactive.
2222

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

Comments
 (0)