Let's discuss your "Simon Game"

Hi,

This assignment was hard and fun at the same time. I learned a lot while doing it. Could you please look at it to see if there are any bugs?

Thanks in advance.

Project Link - http://codepen.io/tukhtarov/pen/oLWmbq

1 Like

Also struggling with how to make this work. Any hints?

Edit: Figured out a solution… Just ended up using setInterval instead of setTimeout as I initially expected. I’ll leave it at that for now. :stuck_out_tongue:

1 Like

My one - http://codepen.io/dzsobacsi/pen/XXMmMd/

I was frightened off by CSS so I have implemented this one on canvas.
I have to agree with brandonlee781 that the most difficult part was timing and disabling concurrent sounds to play and disabling the user pressing buttons while Simon is saying something.
My favorite and most crazy function is playSound which is both recursive and have a callback. Probably the most difficult to understand function I have ever written :slight_smile:

My Simon Game: [http://codepen.io/tychoCRD/full/QEawJq/] (http://codepen.io/tychoCRD/full/QEawJq/)

Went with a non-traditional, more app-like design than the traditional simon box. Difficulty was definitely the multiple needs for timing delays and having to build layers of functions to make it work as desired.

Project Link - http://codepen.io/Josh5231/full/GqrPdN/
Here is mine. I tried to make it look like and function like the example. Let me know what you guys think.

Project Link - https://codepen.io/bsandusky/full/oLEAoW/

Project Link - http://codepen.io/pnahratow/full/wWmbar/

  • The UI is a SVG made in Inkscape and reduced with SVGOMG
  • I used a recursion to queue up setTimeout calls for the animation sequence

My simon game :

Project Link - http://codepen.io/Lzrs/full/zBjAdk/

Here’s mine.

Does anyone understand what we are supposed to be creating here? What’s the point of this game? I mean, the user stories just don’t make sense. And what is expected doesn’t actually happen when I “play” the Free Code Camp version of this game. Anyone feel the same way?

Project Link - http://codepen.io/Velenir/full/ZOPQAy/

Thanks! I have seen it. I just wasn’t getting the “point” of the game, going by the user stories provided. However, I might have gotten my answers elsewhere.

Project Link ─ FreeCodeCamp : Simon® Game

Feedback is appreciated!

my implementation http://codepen.io/pbweb/full/qaWLGO/

are you working on? Can’t turn on the game

Can you please tell me what Web Browser were you testing it on? It seems to work fine on Chrome/Chromium and Safari on Desktop and Mobile devices. It doesn’t work on Firefox for Mobile.

yes.It is firefox on my android

This was definitely a challenge but I learned a lot working on this game.
Project Link - http://codepen.io/angiemjohnson95/full/xOgGjN/

Project Link: http://codepen.io/janschreiber/full/JXegLO/

My Simon Game here: https://bethqiang.github.io/simon-game/

Feedback always welcome. :slight_smile: