Hey folks, I made a quick game in Python for an exercise in a book i'm reading. I thought some of you might like to play it and try to break it for me!

You can get the code here: https://github.com/Bradleyjr/PythonT...hontextgame.py

You will need to run it in a terminal, to run it when you are in the same directory as the file, do "python filename.py"

No quotes obviously and replace filename with the name of the file you put the code. For example when I run it, it looks like this: "python Pythontextgame.py"

If you can't get it to work let me know.

Cheers