FoonLudum Dare ExplorerLD29 → ColinQuest

ColinQuest

By barrucadu

View on Wayback Machine

CategoryRankScoreCount
Coolness205417

Comments

tau7153 2014-04-30 11:46

Could you add a pre-compiled version of the game please. I barely have time to download games let alone compile them myself. Not Rated - unplayable.

diningphilosopher 2014-04-30 11:59

You will not get many players with a game that requires source download and make, let alone installing clang (70MB) - I used Python with PyGame on my first LD, and have been using Javascript since then.

The game itself didn't work for me, I could walk around and get poisoned, but < and > didn't let me move up or down. The help function should document more stuff I guess.

Also:

Select items to drop:
a - Apron [x001]
b +ld29: mob.c:549: void unwield_item(Mob *, Item *): Assertion `*pos == item' failed.
c - Potion of Cure Poison [x001] Aborted (core dumped)]

Good hacker effort though :-)

pyrogames 2014-05-02 05:26

Reminds me a lot of hack. I would go and cross-compile a bunch of binaries for you, but I can't get mingw to statically link against pdcurses. Nice game, though

pyrogames 2014-05-02 05:28

Wow. You programmed this in C? Not many people use C for a ludum dare. I like C

barrucadu 2014-05-02 16:44

There is now a statically-linked Linux binary. There may be a Windows one later if we can get that to work.

shasharala 2014-05-04 10:24

The binary was not executable for me on Ubuntu 12.04.4 and I was not able to compile/build from the sources, receiving an error looking for 'curses.h' which is not supplied in the source.