INTRODUCTION
SDLHana is an SDL-based Hanafuda game. Hanafuda is a Japanese-oriented card game which is mostly played in Japan and Korea, also known as "Hwa-T'u" in Korean.
For more details about Hanafuda, check out the Wikipedia: http://en.wikipedia.org/wiki/Hanafuda
Just like Poker, there are many ways to play with Hanafuda. This program currently supports two of them: Koi-Koi, which is a Japanese game, and Go-Stop, which is a Korean game. There is also a variant of Koi-Koi game mostly found in gambling Coin-Op game machines, described as "Koi-Koi [BET]" in the game settings menu, which is played with 6 cards instead of 8 cards.
Enjoy playing.
INSTALLATION
If you are installing with the source package, make sure you have the SDL and SDL_mixer runtime and development files correctly installed. Otherwise the source code will fail to compile. You may download the SDL and SDL_mixer at http://www.libsdl.org.
Decompress the source package with the following command: tar xzf sdlhana-0.32.tar.gz
Then, compile and install:
cd sdlhana-0.32
./configure
make
make install
