game
game copied to clipboard
Python3 compatibility: Changed print to print() and fixed tab errors
Python 3 does not accept print without parenthesis. Changing this often causes tabulation errors. Both problems were resolved.
I also added a requirements.txt for when running pip.