|
| 1 | +<div align="center"> |
| 2 | +<h2 >Rock Paper and Scissor Game Using Tkinter</h2> |
| 3 | + |
| 4 | +<img src="https://img.icons8.com/office/48/000000/hand-rock.png"/> |
| 5 | +<img src="https://img.icons8.com/color/48/000000/hand-scissors--v2.png"/><img src="https://img.icons8.com/offices/40/000000/hand.png"/> |
| 6 | + |
| 7 | + |
| 8 | +<h4 " >we will see how we can create a rock paper and scissor game using Tkinter.<br> |
| 9 | + Rock paper scissor is a hand game usually played between two people, <br> |
| 10 | + in which each player simultaneously forms one of three shapes with an outstretched hand.<br> |
| 11 | + These shapes are "rock", "paper", and "scissors".</h4> |
| 12 | + |
| 13 | +<b >Game Winner Condition:</b> |
| 14 | + |
| 15 | +Paper and Scissor =>Scissor win<br> |
| 16 | +Rock and Scissor =>Rock win<br> |
| 17 | +Paper and Rock =>Paper win<br><br><br> |
| 18 | +### Below is what the GUI looks like 👇 |
| 19 | + |
| 20 | + |
| 21 | +</div> |
0 commit comments