pysgf/BrainTank

Invalid Syntax

Closed this issue · 1 comments

Probably my fault...

Traceback (most recent call last):
File "main.py", line 24, in
from tank import Tank
File "/Users/landon/Projects/BrainTank/app/tank.py", line 275
print self.color, 'tried to drive into item, stopping'
^
SyntaxError: invalid syntax

This was a syntax problem when trying to run on Python 3. Our code right now is 2.7 only.