Hay I need help with the programming of the game, simon says, can someone help me? I already have the finished board of components , i only need the code
Yes, many on the forum will help you, for free.
There are some who will do the programming for you.
Which are you looking for?
You mean "Simon"?
Use the google machine. I remember more than one Simon says project...
i have this build but i arent able yet to programm it
these are the steps i want to add
The LCD display first shows 'Get ready...'.
Then the LEDs light up in the order of Red, Orange, Yellow, and Blue, each for 2 seconds.
After that, the display shows 'Choose wisely'.
The player then must press the corresponding buttons in the correct order.
With a correct entry, a beep sounds and the display shows 'Won'.
With an incorrect entry, a different beep sounds and the display shows 'Lost'.
So, get busy writing the program and people here will help you. Nobody is going to hand you a completed code to your specifications ... at least not for free. You need to put in the effort and do your own work.
The results of Googling the two words: Arduino Simon
Start from there.
Adapt to your hardware.
Learn in the process.
Even though the diagram is quite simple, make it easier for others to help.
Draw it out as a proper schematic diagram so the connections and flow are more visible & obvious. That helps ensure the circuit is valid, and informs the developer how the code needs to work in the physical world.
Power rails top and bottom, inputs on the left, outputs on the right —with annotations to explain or describe anything that’s not self evident.
can someone explain to me how to connet the buttons , they are wrong i guess, i coded const int buttonPins[] = {A0, A1, A2, A3}; for the button Pins but they dont seem to be working at all like this
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.