ME 305 Website by Cole Sheedy
simon_says_game.py File Reference

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

Variables

 simon_says_game.pinA5 = pyb.Pin (pyb.Pin.cpu.A5)
 Object for the LED to be referenced and turned off at end.
 
 simon_says_game.player1 = simon_says_game_class.game()
 Variable for simon_says_game_class.
 

Detailed Description

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

This is the main run file for the Simon Says game class on the STM32 Nucleo created by Cole Sheedy for ME 305 Lab #3 W21. The game runs idependently, takes a few inputs from keyboard and button, and is very interactive with the user.
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

Author
Cole Sheedy
Date
2/18/2021