midimory

A Memory-like (Concentration, Pairs, ...) game for tones

http://www.youtube.com/watch?v=cOlR73h2uII

Latest on Hackage:0.0.2.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Henning Thielemann

This is a game like Memory but with tones instead of images.

There is a grid of buttons and each button plays a tone when pressed. Every tone is connected to two buttons. The players must find the pairs of buttons with equal tones. The two players alternatingly test pairs of buttons. If one selects a pair of buttons with equal tones, then his score is increased by one and he is allowed to perform another attempt.

In order to play the tones you must connect it to a hardware or software synthesizer like Timidity or FluidSynth.

timidity -A300 -iA -B4,4

Then start the midimory game and connect the game to the synthesizer:

midimory --connect-to TiMidity

or alternatively:

midimory &
aconnect Midimory TiMidity