1. initialize the LCD display 2. create variables to save the data 3. declare the pin numbers for LEDs row 1 and row2 4. set the variables to store the time 5. in void setup start communication with serial monitor 6. start the LCD 7. print the data on the LCD 8. Set the LEDs as output using for loop and button pin as input 9. void loop start with showing current time on LCD 10. Turn ON random LED 11. find which led and store the led number in a variable 12. use this variable as a condition ,as same button has to be pressed 13. add score if correct 14. decrease score if not correct