a poem: South Park
Fanatical, the things we do.

My first attempt at a terminal-based video game, written in Python in 2018.
See the source code below or view on Github:
# Can come back later to set tally to 0 for a "hard mode" option.
def tally_update(value, tally = 3): """Retrieves the point value of the player's dialogue option."""
tally = tally + value
if tally < 0…