This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print ('Zombie´s Escape') | |
questions = { | |
'introduction': { | |
'question': 'Wellcome to year 2033! a zombie just appeared, do you want to kill him or run?', | |
'level': 1 | |
}, | |
'run_from_zombie': { | |
'question': 'You just ran from the zombie, now there are 2 sick zombie-dogs behind you, do you want to hide or keep running from the dogs?', |