Skip to content

    Higher Lower Game

    Created by
    GodCodeEnabled
    GodCodeEnabled

    Higher Lower game, using a dictionary of us states as keys and values are temperatures. Asks the user to guess whether the temp is higher or lower than the given state.

    update:

    • added a high score tracker, it takes the score and saves it to a .txt file if the score is higher than the score saved in the file. The high score is loaded into a variable when the script is initialized. Give it a try! see if you can beat the highest score.