WOW Kit – Number Guessing Game
This project is a simple electronic guessing game.
The device generates a random number from 0 to 9.
The user has only three attempts to guess the correct number.
If the user guesses the number correctly within the three tries, the system gives a success indication.
If all three attempts are wrong, the number changes automatically and a new round starts.
The project helps in understanding basic concepts of:
Random number generation
User input
Decision making
Attempt counting
Simple game logic in embedded systems
Hardware Components:
The game is built using the following components:
Arduino board
LCD display
Keypad
Connecting wires
Power adapter
Wooden box for enclosure
Screws for fixing the components
All components are assembled inside a wooden case to make the project stable and well-organized.
steps:
first step:
First, the wooden box is assembled and the screws are used to fix all parts firmly in place.
This step is important to make the structure stable and to prepare the enclosure for installing the electronic components.
the right side
the bottom of the box
the top of the box
the left side
this the base of the Arduino.
Step 2:
Installing the Arduino
The Arduino board is carefully placed on its base inside the box and secured with screws or mounts.
This ensures the board stays fixed and all connections remain stable during the operation of the game.
Step 3: Connecting the Wires
In this step, connect all the wires between the Arduino, the LCD, and the keypad. Make sure each connection matches the correct pin on the Arduino to ensure proper functionality. Double-check all connections before powering the device to avoid short circuits or errors.
In this step, connect all the wires between the Arduino, the LCD, and the keypad (or other components). Pay close attention to the wire colors to make sure each connection goes to the correct pin. Double-check all connections before powering the device to avoid short circuits or errors.
The connection in Arduino:
final step: Powering and Testing the Device
Once all components are connected, carefully plug in the power supply to the Arduino. Make sure everything is connected correctly before turning it on. Test the device to ensure the LCD displays numbers correctly and the keypad works as expected. Observe the LED indicators and check that the game runs smoothly.