Grinched by evdude
Play as the grinch who stole Christmas. Steal presents, avoid who children, etc..
Requires Python+pyglet
Requires Python+pyglet
| Source | https://bitbucket.org/donspaulding/thegame/get/default.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-25/?action=preview&uid=18637 |
[deykoweec@deykobook donspaulding-thegame-1d22451b1e97]$ python2 run_game.py
Traceback (most recent call last):
File "run_game.py", line 1, in <module>
from lib import main
File "/home/deykoweec/Competitons/LudumDare/games/donspaulding-thegame-1d22451b1e97/lib/main.py", line 5, in <module>
from . import actors
File "/home/deykoweec/Competitons/LudumDare/games/donspaulding-thegame-1d22451b1e97/lib/actors/__init__.py", line 1, in <module>
from .grinch import Grinch
File "/home/deykoweec/Competitons/LudumDare/games/donspaulding-thegame-1d22451b1e97/lib/actors/grinch.py", line 2, in <module>
from .items import StealableItem, UseableItem
File "/home/deykoweec/Competitons/LudumDare/games/donspaulding-thegame-1d22451b1e97/lib/actors/items.py", line 4
def __init__(self, name, *args, weight=10, **kwargs):
^
SyntaxError: invalid syntax
If i tried with python3 it just complained ImportError: cannot import name main