KEVIN DURHAN ● SIMONBARTOS ● SABRINA BONIFACIO
![](https://static.wixstatic.com/media/8ac18b_5d52d28118464ccc81b7f10a69df1ff3~mv2.gif/v1/crop/x_0,y_0,w_584,h_328,pstr/8ac18b_5d52d28118464ccc81b7f10a69df1ff3~mv2.gif)
Wiring it Up
Bringing our ideas to life by actually wiring up our Arduino was the fun part of the project.
Although it took a while to get every wire, pin, and resistor in the correct place, we eventually ended up with a board that was ready to become a really fun game.
To the left is what our finished product looks like.
Error Compiling.
One of the more difficult parts of the project was writing the software for the Arduino to run.
One of the main problems our group had was coding the correct delay time between user inputs to accurately record each one.
Another issue our group ran into was creating a code that would actively check and compare the user input to the correct sequence rather than checking and comparing the input at the very end of the sequence.
![](https://static.wixstatic.com/media/8ac18b_92c0df49f4a64697b651d2c1d9a310c0~mv2.png/v1/fill/w_589,h_409,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/8ac18b_92c0df49f4a64697b651d2c1d9a310c0~mv2.png)
![](https://static.wixstatic.com/media/8ac18b_215519b7ee844399961a8e157247718f~mv2.png/v1/fill/w_618,h_349,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/8ac18b_215519b7ee844399961a8e157247718f~mv2.png)
DoneCompiling.
After hours of writing for loops and if statements, we finally accomplished a fully functioning Simon says game!
At this point we found the most difficulty in actually playing and testing the game (apparently we all have really short attention spans).