Diamond quest by MSaul
You have to collect at least 200 diamonds and avoid walls for 120 seconds.
Control : MOUSE (!)
C++/SFML(2.1)
editor : emacs/gimp/
sound : bxfr
It's my first Ludum dare, i hope you will like the game. Thanks for trying it.
Have fun !
For linux users, you need to install SFML2.1 (http://www.sfml-dev.org/). Don't forget to type :
$export LD_LIBRARY_PATH=/.../lib/ <- where SFML is installed
before launching the game.
Control : MOUSE (!)
C++/SFML(2.1)
editor : emacs/gimp/
sound : bxfr
It's my first Ludum dare, i hope you will like the game. Thanks for trying it.
Have fun !
For linux users, you need to install SFML2.1 (http://www.sfml-dev.org/). Don't forget to type :
$export LD_LIBRARY_PATH=/.../lib/ <- where SFML is installed
before launching the game.
| Windows | http://matthieu.saul.perso.sfr.fr/LD29/DiamondQuest.zip |
| Source (linux : Require SFML2.1) | http://matthieu.saul.perso.sfr.fr/LD29/DiamondQuest_src.zip |
| Source_raw | http://matthieu.saul.perso.sfr.fr/LD29/DiamondQuest_src/src/ |
| Original URL | https://ludumdare.com/compo/ludum-dare-29/?action=preview&uid=35115 |
Ratings
| Coolness | 100% | 1 |
| Overall | 3.06 | 681 |
| Audio | 2.48 | 704 |
| Fun | 3.27 | 358 |
| Graphics | 2.52 | 972 |
| Humor | 3.00 | 241 |
| Innovation | 3.02 | 591 |
| Mood | 2.78 | 748 |
| Theme | 3.37 | 459 |
Otherwise, nice game :) !
Liked it a lot overall
i like it. my best score is 616!
Fun and humorous game, I like it :)
I only got to 183 but still had the/a happy ending.
@myachin How? O_O
it just need to be a little harder
@SuperIzzo It's not a fish it's a ... well ok it's a fish. You did't got the happy ending (the girl is sad). Try to go deeper to get more diamond.
@thephantom Yeah i have some struggle to balance game, it's always too easy or too hard.
I love the game over screen!
Intro story is well told (I didn't quite get the last bit, was one guy smoking a joint?), game itself is fun, nice job!
@Kwrky *spoiler* Actually yes, it's a super joint (at the begining I want to do a super "energy drink" but joint is more fun. May be it will have been clearer if i have add some "super" effect arround it. (sorry for my bad english)
Moral of the story: weed solves everything?
@ZeppelinCaptain I prefer : "Diamond solves nothing" :).
CC src/Entity.cpp
In file included from src/Entity.hpp:4:0,
from src/Entity.cpp:1:
src/Utils.hpp:6:29: fatal error: SFML/Graphics.hpp: No such file or directory
#include <SFML/Graphics.hpp>
^
compilation terminated.
make: *** [.obj/Entity.o] Error 1