Jeu du Simon

Simon says game

October 2017

Programming

Create a Simon says game, an AI plays a combination of notes, and the player/visitor must repeat it. With each good combination, the AI plays one more note, until the player loses the game. You can find all the rules on the URL below.

The player had to choose his difficulty (Easy/Medium/Difficult) and his number of notes. We could design this game in any form, we chose to put rectangles for each note.

i took over the whole JavaScript part of this project, the whole player-interface-AI interaction.

You can find the Simon says game at this URL:https://trystan-merrien.fr/simon/accueil.html