zlash 2011-05-02 14:03
The windows version says it needs libgcc_s_dw2-1.dll.
If I'm not wrong, you can use "-static-libgcc" as a flag to gcc to avoid that dependence.
Foon → Ludum Dare Explorer → LD20 → c
By karethoth
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Innovation | 195 | 2.58 | 12 | |
| Fun | 232 | 2.17 | 12 | |
| Theme | 74 | 3.17 | 12 | |
| Graphics | 280 | 1.67 | 12 | |
| Audio | 215 | 1.67 | 6 | |
| Humor | 97 | 2.78 | 9 | |
| Overall | 205 | 2.50 | 12 | |
| Community | 224 | 2.00 | 6 | |
| Coolness | 243 |
The windows version says it needs libgcc_s_dw2-1.dll.
If I'm not wrong, you can use "-static-libgcc" as a flag to gcc to avoid that dependence.
Strong ascii usage.
Thanks zlash, I'll try that!
Okay, now it's done. I really was sleepy as I forgot to put the map file to the zip.. Shame on me.
Now the windows build asks for libstdc++-6.dll.
I got the source from github and added "-static" as a parameter to the linker in "Makefile.mingw" and got it running (However, as I didn't had pdcurses libs around I linked it against ncurses and ran it from cygwin).
Poor player, the prince is pretty good at running away, its useless even as an human shield.
I lack the technical know-how to make this run :(
Had to download both noted dlls manually and could run it. I made it to the first room and got killed. After that it crashed.
Damn, and I'm a sucker for rogue likes.
? I don't get it, you go in, either fight the monster or let the prince fight alone.. and shortly after die or I guess the prince dies? Are there any special controls?
*spoiler*
Okay, if you kill the monsters, the prince gets complimented by his father. lol.. I guess it's very thematic. Interesting short game.
I haven't seen this behavior in roguelikes..
I mean where you protect someone(unless it's a pet), I think it is a cool concept.
elbowroom:
No, there's no special buttons.
The Prince can't fight at all because he's such a coward. So the player has to slay all monsters. Prince is quite weak so, he won't endure many hits. That's why the player has to use the surroundings to take the advance of the stupid AI. I'll fix the dll problem soon. I don't have a second computer running windows to test the zip, but I'll try to do something about it.
Thanks for enduring me and my 'game'!
Okay, the missing DLL's are now included in the zip archive.
Clearing the browser's cache may be needed in order to get the updated zip.
Can't give more than a 2/5 overall because of how short it is, but it's an interesting gameplay concept!
Got it to run! The beginnings of a rogue-like, good start.