Visit my Blog to see more:
https://www.electronicsisfun08.in/2022/12/diy-rock-paper-scissor-game.html
Hey Guys.
I made a DIY Rock Paper Scissor Game.
You can make this game and enjoy it...
If you have any queries regarding this project
contact me at
email :mohdsohail0008@gmail.com
Facebook page : Electronics is Fun
If you like this project respect it.
Give me suggestions so I can improve it or any feedback you want to give to my YouTube channel.
link is : https://studio.youtube.com/channel/UCaXI2PcsTlH5g0et67kdD6g
Also you can give me suggestions on "What I made next project.?"
Steps to make this project:
1. Place Arduino Nano on Board.
2. Place LCD display on Board.
3. Stick LEDs and Servo motors on the board.
4. Connect Speaker on board.
5. Connect Rock paper and scissor labels to the servo motor.
6. Connect ultrasonic sensor on the board.
7. Do connections from the circuit diagram
8. Upload the code
Enjoy the game..
EXPANDED TECHNICAL DETAILS
Interactive Game Theory Implementation
This hardware game pits the user against an Arduino AI in the classic game of chance and strategy.
- User Input Matrix: The player selects their choice (Rock, Paper, or Scissors) using three physical 12mm tactile buttons.
- Arduino AI Logic: The Arduino randomly selects its move using the
random()function. To ensure true randomness, the system uses an "Analog Seed" from an unconnected pin (floating pin noise).
Visual Display
- Graphical Result Rendering: Displays the player's choice vs. the AI's choice on a 16x2 LCD or a set of pictorial LEDs. The code calculates the winner (e.g., Rock beats Scissors) and keeps track of the score in a global variable.