Documentation
Flowchart:
Pseudocode:
Video
https://www.youtube.com/watch?v=x2ckFcfFYDk&feature=youtu.be
Annotation/Comments/Explanation of my code is done through the video.
Documentation
https://docs.google.com/spreadsheets/d/1NMa1STGdCPZJS2Ah98bFAmh2rTwrfIEEP3s4Flph0XA/edit#gid=0
References
This forum taught me how to use the score counter, but more importantly, how to total the score at the end of the game.
https://stackoverflow.com/questions/27337331/how-do-i-make-a-score-counter-in-python
This website taught me how to use the sleep timer, which helped my game greatly by giving the player time to read before it moved on.
http://pythoncentral.io/pythons-time-sleep-pause-wait-sleep-stop-your-code/
This website taught me how to use the if, elif, and else statements correctly. It was a major part of my code and involved in every question. Without it I don’t know where I would be. There are also some additional pages you can get to that go further in depth that I used.
https://www.tutorialspoint.com/python/python_if_else.htm