aelmosalamy / ascii-combat

A simple CLI text adventure game, created for learning purposes, feel free to contribute.
MIT License
69 stars 17 forks source link

python main.py fails with SyntaxError: Non-ASCII character '\xe2' #6

Closed markdall closed 5 years ago

markdall commented 5 years ago

Nevermind, turns out we need to use Python 3+ for this.