how to make a simon
hi guys! i have a question: i have redo the simon game whit max using 4 leds, do you have any idea how i can start this project??
Surely your teacher gave you some instructions?
well our teacher gave us the basing information to use max, this is the project that me and my group have to do
Start by writing the logic in pseudocode or in a language your comfortable with.
Once you have that down, try porting small pieces into Max.
1) generate a list of random numbers from 1 to 4
2) play the list back through the LEDs
3) let the user click the LEDs, capture the results in another list
4) compare the two lists
lots of details in each step, but start by reading the help file on [zl]...really, really reading it carefully. [zl group] and [zl compare] will be especially important in your case.
pretty straightforward, but the bells and whistles will take time...
don't forget to have beeps and boops...try [noteout] with [pgmout 81] for a nice 80's-sounding synth :)