FoonLudum Dare ExplorerLD22 → W

W

By thomcc

View on Wayback Machine

CategoryRankScoreCount
Audio1131.89
Graphics1162.45
Overall1182.30
Innovation1201.90
Fun1301.90
Humor1311.25
Mood1431.56
Theme1531.67
Coolness53322
Community7701.14

Comments

namrog84 2011-12-20 01:32

I am on PC :(
I let my friend borrow my Mac, can't play :(

thomcc 2011-12-20 07:18

PC version posted :)

helloserve 2011-12-20 11:35

Looks solid enough, but I couldn't figure out past the 3rd level...

thomcc 2011-12-21 01:40

Oh, you need to make all the screens green on the third level.

pierrec 2011-12-22 12:24

Doesn't work on my computer Windows Seven :/

thomcc 2011-12-24 05:55

No? It may require 64 bit... I'm not sure, I don't have a windows machine to test on really :/

summaky 2011-12-27 20:24

Under GNU/Linux 64-bit it says that it can't find /usr/bin/racket, which I guess is the LISP-dialect you've used, but I don't have it installed and don't want to for a game, sorry. I'll try if I can grab a Windows box and test in it.

thomcc 2011-12-29 02:56

Hrm. It... actually should work without that.

ayce 2011-12-31 12:15

Sorry, but the game crashed when you die (can't close the window). Movement is also a bit laggy. :\

thomcc 2011-12-31 17:02

@summaky: I provided ldd information with linux exe for the game (in the readme), if you look here again, can you check and see if your exe matches that?

@AyCe: Movement is somewhat laggy due to me not using a particularly fast programming language. I could probably be smarter during rendering (caching an image for the level and only drawing the things that can change), however I didn't really expect performance to be as much of an issue as it is. Garbage collection only takes a few ms, however the game hangs when that happens

You are the only person who has told me that the game has crashed (even worse, wouldn't close!) when they died though. If you look back here could you tell me what platform you are on/what level you were on when you died?

caranha 2012-01-03 02:32

I really liked the graphical style, but the game was kinda buggy - collision with lava on room two would happen when the player was far away from lava -- worse yet, the game would lock, and would resist my attempts at killing it :-(

(windows 32)

thomcc 2012-01-04 19:53

The problems with the Linux version have been fixed.

I can't replicate the game locking on windows-32 :(

scriptblocks 2012-01-07 03:55

Could not get it to launch on Ubunut

thomcc 2012-01-07 17:54

Really? Blargh. Shows me for trying to use a weird programming language to do this, next one is gonna have to be a web game.

No chance you have any more information on it not opening on ubuntu, is there? It's built for 64 bit linux and probably won't run on 32 bit, if that makes a difference...

mrwonko 2012-01-09 11:14

Good job on finishing your first game!

I experienced some stuttering as well, and the game froze after displaying "Game Over" when I walked into lava. (Win 7 x64)