FoonLudum Dare ExplorerLD21 → Aaah! Run!

Aaah! Run!

By norgas

View on Wayback Machine

CategoryRankScoreCount
Community163.75
Overall793.43
Graphics833.50
Theme963.50
Audio1003.00
Fun1153.14
Coolness1444
Innovation1923.00
Humor2841.75

Comments

neosam 2011-08-21 21:10

Cool, dragons :). How can I compile it? Do you have a kind of a makefile?

norgas 2011-08-21 21:30

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.

neosam 2011-08-21 21:38

ok, thanks. Maybe I can run your widows build with wine.

tecfreak 2011-08-22 08:52

The dragon is really cool! Nice game!

geckojsc 2011-08-22 21:00

Nice! I like the switching mechanic, the graphics aren't too bad, and the music is simple but fitting.

panzermancer 2011-08-22 22:52

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.

corianderd 2011-08-23 03:36

Neat switching mechanic. I like it.

foobaz 2011-08-24 02:11

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.

norgas 2011-08-24 12:45

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 :)

matthias_zarzecki 2011-08-27 12:54

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.

vitae 2011-08-27 20:17

Interesting switching mechanic. Adds a bit of difficulty to a simple game. Very nicely done dragon

kirbytails7 2011-09-02 22:37

Super fun! I wonder what context would allow someone to transform between a knight and a princess at will...

summaky 2011-09-12 19:15

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.)