Skip to content

Instantly share code, notes, and snippets.

View J-Guidry's full-sized avatar

Jhabari Guidry J-Guidry

View GitHub Profile
@J-Guidry
J-Guidry / gist:55422112c2e62b0ef3b389d91b90681e
Last active August 24, 2018 19:35
steps/psuedocode for Simon Game
main code sequence
1. click start
1. since start boolean is false, it will
2. toggle to true, and start the game
2. start game
3. add random color to sequence
1. out of array of 4 colors, pick one at random
2. push into array of computer sequence
4. increase turn count to 1
5. play sequence method