Grinched by evdude

[raw]
made by evdude for LD25 (JAM)
Play as the grinch who stole Christmas. Steal presents, avoid who children, etc..
Requires Python+pyglet

Feedback

dray
19. Dec 2012 · 16:11 UTC
I didn't played your game, because i can't. I'm not a programmer and don't have those tools to play your game and with 1000+ game, i'll not install them. You don't have a way to make an exe or anything? I think that's not a problem to make it after if you don't touch the game only offer way to play it, tell me if you do it, i'll be happy to test it :)
kevincorrigan
20. Dec 2012 · 05:46 UTC
You should try to find a way to compile this, so people will play. I tried, but without success. Sorry.
Deykoweec
20. Dec 2012 · 07:31 UTC
I am unable to get your game working:

[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
NiceAlexanderAS
20. Dec 2012 · 14:43 UTC
I can play it but i can see that the idea is nice and the graphics look nice too :D nice work!
naufr4g0
21. Dec 2012 · 20:23 UTC
I can't play the game, cause PyGlet won't install (setup said "you need Python 2.4 or above". I have 2.7.3 installed!)
pfirsich
21. Dec 2012 · 22:18 UTC
You should have a look at py2exe - http://www.py2exe.org/
Mista Koo
23. Dec 2012 · 16:25 UTC
Can't play it, couldn't install pyglet (same error as naufr4g0).
sclark39
23. Dec 2012 · 17:49 UTC
Can't play, don't have python.
ConflictiveLabs
23. Dec 2012 · 19:44 UTC
I won't play the game, because there are a lot of other games that have already an execeutable or, even better are web based
Maple
27. Dec 2012 · 03:24 UTC
This is still on the first page? Throw us a compiled version so we can play. :)
haxpor
30. Dec 2012 · 08:05 UTC
Sorry, I don't have much time to actually download the source and brew it to play. If there's ready build to be played right away would be nice and save time for others as well.
EatenAlive3
08. Jan 2013 · 00:27 UTC
It looks nice, I wish I could play your game :(