FoonLudum Dare ExplorerLD25 → Grinched

Grinched

By evdude

View on Wayback Machine

CategoryRankScoreCount
Coolness112314

Comments

dray 2012-12-19 16:16

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 2012-12-20 05:51

You should try to find a way to compile this, so people will play. I tried, but without success. Sorry.

deykoweec 2012-12-20 07:36

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 2012-12-20 14:48

I can play it but i can see that the idea is nice and the graphics look nice too :D nice work!

naufr4g0 2012-12-21 20:28

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 2012-12-21 22:23

You should have a look at py2exe - http://www.py2exe.org/

mistakoo 2012-12-23 16:30

Can't play it, couldn't install pyglet (same error as naufr4g0).

sclark39 2012-12-23 17:54

Can't play, don't have python.

conflictivelabs 2012-12-23 19:49

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 2012-12-27 03:29

This is still on the first page? Throw us a compiled version so we can play. :)

haxpor 2012-12-30 08:10

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 2013-01-08 00:32

It looks nice, I wish I could play your game :(