FoonLudum Dare ExplorerUsers → ThibG

ThibG

Games

YearLDThemeGameDivisionRankCo
201018Enemies as WeaponsBug Them All!compo8

Comments by ThibG

LD18 — Enemies as Weapons

Daremon by Fiona 2010-08-23T02:42:00

Funny game, very well done!
The musics are nice (although the victory one is quickly annoying), the creatures are funny and all, but the keybindings are really annoying, the game is pretty unbalanced, and I had performance issues in all but the first place (however, I haven't a "real" 3D driver, that might be the only cause).

LunarMind by Gobo 2010-08-23T06:15:00

Mind Control + boom, reminds me of an old game.
It's short, but quite good.
Too bad the spiders can't attack, though...

Bug Them All! by ThibG 2010-08-24T14:36:00

ExciteMike, thanks for the comment, I'll try to make a windows executable, but it seems overly complex, versus a simple "aptitude install python-sfml" ;)

Bug Them All! by ThibG 2010-08-25T12:10:00

ExciteMike, using the Windows build? If so, the traceback shouldn't be so helpful... If not, please send it!

Bug Them All! by ThibG 2010-08-30T08:52:00

Can you give some more details? I built it and tried it on my WinXP box without experiencing any issue.

Bug Them All! by ThibG 2010-08-30T23:18:00

Hm, I must say I don't have a clue about how it would run on Windows 7, or how 32b compatibility is done in Windows...
You can still try to launch it in a shell and show me the output?

Bug Them All! by ThibG 2010-09-03T22:42:00

Hm, seems cx_Freeze isn't that great, after all :/
stqn, the easiest way in your case is to use the "Source (Python)" package, provided that you have PySFML (package pysfml, for you) installed.

Bug Them All! by ThibG 2010-09-06T11:10:00

Thanks for the info!
There is only one sf.String used in the game, and that's for the game over text.
If I understand right, you've downloaded the python "source"?
If so, please try replacing "game_over = sf.String()" by "game_over = sf.String('')" in bugthemall/__init__.py.
About the "no stacktrace" thing, have you ran it in a terminal?
When you "planted", you mean, in the enemy (have you controlled the bug for some time?)?

Alpha Channel by Spooner 2010-08-23T00:25:00

Hm, for some reason, it aborts when two pixels hit each others, but it's one of the few game I've been able to play so far, I'm keeping an eye on this!

Alpha Channel by Spooner 2010-08-24T03:36:00

It's a simple, yet quite good game.
The extremly simple graphics render quite nicely, and the sound was ok too.
The gameplay was fun and quite addictive, although it is repetitive.

EA X3000 by Dslayer27 2010-08-23T01:12:00

Hum, just compiled from source (btw, can you remove your source package, and mark your other link as windows + source? Source comes without data, and the binary comes with the source...), it starts and all, but it's obviously too fast! Any idea?

EA X3000 by Dslayer27 2010-08-23T13:14:00

Ok, found why, add install_timer/remove_timer calls in your main!

EA X3000 by Dslayer27 2010-08-23T13:23:00

Ok, the game is interesting, but the lack of smootheness and the speed of the movements make it very hard.