SFML community forums

General => SFML projects => Topic started by: grimmreefer on March 07, 2013, 09:03:59 pm

Title: Memory
Post by: grimmreefer on March 07, 2013, 09:03:59 pm
Here is my little Memory Game.
Not much to say about it, just play and have fun.

http://www.share-online.biz/dl/PV9L3BJMI981
http://www53.zippyshare.com/v/19855545/file.html

If you have an OpenAl.dll error please instal OpenAl

http://connect.creativelabs.com/openal/Downloads/oalinst.zip

Credits:

Sound @                             http://soundbible.com
ThemeMusic @ Geemee     http://geemee.jimdo.com/
Title: Re: Memory
Post by: AlexAUT on March 07, 2013, 09:58:04 pm
Great game! :D

The music and sound effects fits perfect the type of game! Also the Font fits perfectly.

The fly-out of the pairs is really nice.

But you forgot to include the OpenAL.dll.
Title: Re: Memory
Post by: eXpl0it3r on March 07, 2013, 10:35:00 pm
Nicely done and with catchy music. :)

There are (at least) 2 bugs though.
The Mangenta gets cut-off at the right side:
(http://i.imgur.com/LoHrY4z.png)

And you're playing the sound whenever the mouse is pressed, which means that it restarts the sound effect every frame and it doesn't matter where you click. You should play it only once per click (where a click is defined as when the mouse button gets pressed down and comes up again) and only over menu entries and memory cards or at least only within the window.
Title: Re: Memory
Post by: grimmreefer on March 07, 2013, 11:38:03 pm
Thanks for your reply, her is a small bugfix.

http://www16.zippyshare.com/v/31073252/file.html

Just replace, by the way, the "Joker" Gamemode is still developing and coming soon as possible.
Title: Re: Memory
Post by: eXpl0it3r on March 07, 2013, 11:50:33 pm
Thanks for your reply, her is a small bugfix.
Nice! :)

Ah and I forget to mention that you should always ship the OpenAL DLL with your game, because there a many different versions and not all of them work with SFML. If you want to link a specific version to download, then link the official one (https://github.com/SFML/SFML/blob/master/extlibs/bin/x86/openal32.dll?raw=true) (i.e. the one that is guaranteed to work with SFML). ;)
Title: Re: Memory
Post by: grimmreefer on March 08, 2013, 01:16:47 pm
I reworked the Options menu and kick the function for fullscreen and change resolution. It don't really fits.
I replaced it with the option to turn off sound and music.

Maybe i make the window fits    automatically to the desktop size(But i think in this function of sf::Window is a bug).

I also removed the blue theme color, for my taste it's too ugly.


Memory 1.0.2

http://www70.zippyshare.com/v/71454205/file.html
Title: Re: Memory
Post by: aslefnad on December 16, 2014, 04:02:51 pm
i just wanted to test your game but all links seem to be offline. is there any chance you can upload it again.
thanks : )
Title: Memory
Post by: The Terminator on December 17, 2014, 05:49:44 pm

i just wanted to test your game but all links seem to be offline. is there any chance you can upload it again.
thanks : )

This was originally posted over a year ago.
Title: Re: Memory
Post by: grimmreefer on December 17, 2014, 09:36:26 pm
Hey ho, i still have it. :)

http://www8.zippyshare.com/v/37432123/file.html

But i never finished it.