neosam 2011-08-21 21:10
Cool, dragons :). How can I compile it? Do you have a kind of a makefile?
Foon → Ludum Dare Explorer → LD21 → Aaah! Run!
By norgas
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Community | 16 | 3.75 | ||
| Overall | 79 | 3.43 | ||
| Graphics | 83 | 3.50 | ||
| Theme | 96 | 3.50 | ||
| Audio | 100 | 3.00 | ||
| Fun | 115 | 3.14 | ||
| Coolness | 144 | 4 | ||
| Innovation | 192 | 3.00 | ||
| Humor | 284 | 1.75 |
Cool, dragons :). How can I compile it? Do you have a kind of a makefile?
No, sorry man :( . I used Code block. I don't know how to link the last build of SFML2 with makefile. I will make a Windows build first and then I will think about the linux version.
ok, thanks. Maybe I can run your widows build with wine.
The dragon is really cool! Nice game!
Nice! I like the switching mechanic, the graphics aren't too bad, and the music is simple but fitting.
I vaguely feel like i've seen the dragon before somewhere... then again that might be because it's quite well-done. It's an alright game, I guess.
Neat switching mechanic. I like it.
Nice graphics. For some reason, the filenames your binary links to are different than mine (build from the latest version of SGML2 on linux).
All your libraries had an extra "-d" in them, such as libsfml-audio-d.so.2 instead of libsfml-audio.so.2
I'm not sure why (I'm not familliar with SGML). It worked after I added some symlinks.
In the current version of the game, it feel more like a multitasking game than a platformer with switching though.
Foobaz: -d is for debug, I don't know why but the release build show link error on my computer. I don't think we can call it a multitasking game, the game is running platformer. I just add a switching mechanics.
All: Thanks for all comments :)
Nice idea!
I have the feeling though this would work better as a straight-up runner - your character moves automatically from left to right, all you can do is jump and switch.
Interesting switching mechanic. Adds a bit of difficulty to a simple game. Very nicely done dragon
Super fun! I wonder what context would allow someone to transform between a knight and a princess at will...
Can't test it, as you used SFML2 that most GNU/Linux distributions don't have yet, I don't want to compile it by hand, and you failed to provide the binaries yourself (also, next time don't link to debug libraries when releasing anything, please.)