Target Shooting Game: A LED moves back and forth on a strip. Players press a push button to "shoot" when the LED is at a specific target position.

Status
Not open for further replies.

Thread Starter

jisanggg

Joined Nov 30, 2024
9
This circuit consists of 12 LEDs. Ten of these LEDs operate as a back-and-forth chaser, while the remaining two indicate the outcome of the game: one lights up for a win, and the other for a loss.
The system includes a start button. When the start button is pressed, the circuit generates a random number (0–9) displayed on a seven-segment display. Once the number is displayed, the LED chaser begins running. To stop the chaser at a specific target position, the user must press a push button. Based on the outcome (win or lose), the corresponding LED lights up, and the buzzer vibrates.

The game works as follows: for example, if the number generated by the seven-segment display is '3,' the user must time their button press to stop the LED chaser at the third LED. If successful, the "win" LED lights up, and the buzzer sounds. To play the game again, simply press the start button.

We really need your help guys for our final project. we need a schematic/circuit diagram for this for us to proceed for pcb making. thank you and god bless everyone!!
 
Last edited by a moderator:

ericgibbs

Joined Jan 29, 2010
21,390
hi jisan,
As this is a college assignment you need to post your best attempt at answering, we then can help you.

Moderation.
 

LesJones

Joined Jan 8, 2017
4,511
The idea of a project is to check the YOU can design the project. It is NOT to get someone else to do the project for you. IF you get a job they will expect YOU to design things.

Les.
 

DickCappels

Joined Aug 21, 2008
10,661
One way to generate a pseudorandom number is to run fast counter and then stop the counter when a. pseudorandom number is needed. In this case you need a single digit BCD counter.
 

AnalogKid

Joined Aug 1, 2013
12,043
We really need - for you to show us your work so far; this is not a free homework service.

Please post your schematic and parts list. Be sure to have a unique reference designator for each component so we can discuss them individually. Also, include details about the power sources, how fast you want the LEDs to step, the desired LED voltages / currents / etc, is there any time gap between when one LED turns off and the next one turns on, etc.

ak
 
Status
Not open for further replies.
Top