Short: CardSet game with sound-pairs (MorphOS) Author: Marc Le Douarain (see http://membres.lycos.fr/mavati) Uploader: Marc Le Douarain (mavati club-internet fr) Type: game/think Version: 0.6 Architecture: ppc-morphos MorphOS port : 31 december 2005. You hear a sound, then you must found the pair which correspond to that sound. A memory rule option is also available. You can also make your personal CardSets very easily... Warning ! : no CardSet is included in this archive, if you haven't any CardSet you must also download one for this game. You can found a CardSet of animals, in game/data/MRP_Animals.lha Take a look at : http://www.multimania.com/mavati/marryampic2 You will found some informations and the list of the carsets available. MarryampicII was rewritten in C++ using the SDL library. MarryampicI was developped in Blitz Basic and so is not really system friendly on our new machines... HISTORY of version 0.6 (29 december 2005) -New parameters "DISPLAY_WIDTH" and "DISPLAY_HEIGHT" for screen resolution in cardinfo.txt (default is 640x480 which is okay for all the Amiga cardsets of MarryampicI) -Background picture during game can be used. -Displaying a picture for the scores can be done. -key 'f' for fullscreen mode during the setup. -Flush events before taking into account a new click. -Can use wheel button for cardset selection. -if "test mode" was activated one time, done every time after... -when reading cards directoy, use stat() function instead of DT_DIR on readdir() entries as it is not working without ixemul on MorphOS. -Light blue background for the setup screen instead of black (the cursor is black on MorphOS in fullscreen with powersdl).