ME 305 Website by Cole Sheedy
simon_says_game_class.py File Reference

Simon Says game where user copies flashing sequence with button press. More...

Classes

class  simon_says_game_class.game
 Simulates the Finite State Machine for Simon Says with Morse Code. More...
 

Detailed Description

Simon Says game where user copies flashing sequence with button press.

This program simulates the kids game Simons Says. Simon in this case is the light and the user copies what simon's pattern is by pressing the button. The pattern is initially inputted by the user as an "English Statement" and then converted from English to Morse Code units defined by International Morse https://en.wikipedia.org/wiki/Morse_code . This specific class lets the user control the hardness of the game by inputting more difficult patterns, changing the amount of units needed to copy per round, and changing the unit speed.
simon_says_game.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab3/simon_says_game.py
simon_says_game_class.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab3/simon_says_game_class.py
morse_code.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab3/morse_code.py
Youtube video of working game: https://www.youtube.com/watch?v=zqHnPY1ycLc

Simon Says Game Finite State Machine Diagram
Author
Cole Sheedy
Date
2/18/2021